summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/d945gclf/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-16 16:39:50 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-16 16:39:50 +0000
commitf2da0d5654b1646646161a640791bdab0d27ebb1 (patch)
treec94da21b996cedb7f8540426ce342305f50aa466 /src/mainboard/intel/d945gclf/Kconfig
parent38c9965977bd29504a06689ec6b1b39e5aaeca4d (diff)
downloadcoreboot-f2da0d5654b1646646161a640791bdab0d27ebb1.tar.xz
Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig)
and guard SMI specific parts of the ACPI code. (trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel/d945gclf/Kconfig')
-rw-r--r--src/mainboard/intel/d945gclf/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/d945gclf/Kconfig b/src/mainboard/intel/d945gclf/Kconfig
index d9fc652af5..5a0a2a8559 100644
--- a/src/mainboard/intel/d945gclf/Kconfig
+++ b/src/mainboard/intel/d945gclf/Kconfig
@@ -31,8 +31,8 @@ config BOARD_INTEL_D945GCLF
select USE_PRINTK_IN_CAR
select AP_IN_SIPI_WAIT
select UDELAY_LAPIC
- #select HAVE_ACPI_TABLES
- #select HAVE_SMI_HANDLER
+ select HAVE_ACPI_TABLES
+ select HAVE_SMI_HANDLER
select BOARD_ROMSIZE_KB_1024
config MAINBOARD_DIR