Fix intel board build on kconfig. MAX_CPUS was missing

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4733 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-10-07 16:00:40 +00:00
parent 66b74047d6
commit dd56514502
2 changed files with 19 additions and 0 deletions

View File

@ -29,3 +29,12 @@ config MAINBOARD_PART_NUMBER
default "Jarrell"
depends on BOARD_INTEL_JARRELL
config MAX_CPUS
int
default 4
depends on BOARD_INTEL_JARRELL
config IRQ_SLOT_COUNT
int
default 9
depends on BOARD_INTEL_JARRELL

View File

@ -43,3 +43,13 @@ config IRQ_SLOT_COUNT
int
default 12
depends on BOARD_INTEL_XE7501DEVKIT
config MAX_CPUS
int
default 2
depends on BOARD_INTEL_XE7501DEVKIT
config MAX_PHYSICAL_CPUS
int
default 2
depends on BOARD_INTEL_XE7501DEVKIT