summaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-06 20:48:07 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-06 20:48:07 +0000
commit0e9a92545d0be44487f9bc5ad6ab26af5badf125 (patch)
tree5101a1f26ff39f4bce64d123ecf1f7055f9709a0 /src/mainboard/intel
parenta3d6ea8a737193e217be5d7003d827da215a7bab (diff)
downloadcoreboot-0e9a92545d0be44487f9bc5ad6ab26af5badf125.tar.xz
Various fixes to Kconfig: All kconfig-boards should have a
complete set of variables now, though they might still have the wrong values. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/eagleheights/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig
index b3dbf5fd21..41bae818ef 100644
--- a/src/mainboard/intel/eagleheights/Kconfig
+++ b/src/mainboard/intel/eagleheights/Kconfig
@@ -53,3 +53,12 @@ config MMCONF_BASE_ADDRESS
default 0xe0000000
depends on BOARD_INTEL_EAGLEHEIGHTS
+config IRQ_SLOT_COUNT
+ int
+ default 18
+ depends on BOARD_INTEL_EAGLEHEIGHTS
+
+config MAX_PHYSICAL_CPUS
+ int
+ default 2
+ depends on BOARD_INTEL_EAGLEHEIGHTS