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:
parent
66b74047d6
commit
dd56514502
|
@ -29,3 +29,12 @@ config MAINBOARD_PART_NUMBER
|
||||||
default "Jarrell"
|
default "Jarrell"
|
||||||
depends on BOARD_INTEL_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
|
||||||
|
|
|
@ -43,3 +43,13 @@ config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 12
|
default 12
|
||||||
depends on BOARD_INTEL_XE7501DEVKIT
|
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
|
||||||
|
|
Loading…
Reference in New Issue