aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-06-05 10:03:08 +0000
committerStefan Reinauer <stepan@openbios.org>2010-06-05 10:03:08 +0000
commitc4f1a77cd238b106e84d15a4b62e1ffe169e6200 (patch)
treec1b8e6abb58e687ef7ca60447aa9b5d20cbc68d6 /src/Kconfig
parent1946284594199accc9fb5733c1fad32bd6e6745e (diff)
Fix two warnings:
108 src/arch/i386/include/arch/acpi.h:402:5: warning: "CONFIG_HAVE_ACPI_SLIC" is not defined 1 src/mainboard/getac/p470/mainboard.c:83: warning: assignment discards qualifiers from pointer target type Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 3e8e6dbcfa..afddca9375 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -164,6 +164,10 @@ config HAVE_ACPI_RESUME
bool
default n
+config HAVE_ACPI_SLIC
+ bool
+ default n
+
config ACPI_SSDTX_NUM
int
default 0