From c0528d61df39dc64e244c9c39eb62b7a32618a5c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 11 Oct 2009 17:40:44 +0000 Subject: HAVE_ACPI_TABLES cleanups for kconfig: - Add "select HAVE_ACPI_TABLES" for boards which need it. - Drop sections which set HAVE_ACPI_TABLES to 'n', that's the default. - Convert sections which set HAVE_ACPI_TABLES to 'y' to the shorter "select HAVE_ACPI_TABLES". Signed-off-by: Uwe Hermann Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4759 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2895/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/mainboard/tyan/s2895') diff --git a/src/mainboard/tyan/s2895/Kconfig b/src/mainboard/tyan/s2895/Kconfig index c6e0b0683e..e34ed1d3d9 100644 --- a/src/mainboard/tyan/s2895/Kconfig +++ b/src/mainboard/tyan/s2895/Kconfig @@ -11,6 +11,7 @@ config BOARD_TYAN_S2895 select PIRQ_TABLE select SERIAL_CPU_INIT select AP_CODE_IN_CAR + select HAVE_ACPI_TABLES config MAINBOARD_DIR string @@ -112,12 +113,6 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY default n depends on BOARD_TYAN_S2895 -# TODO -config HAVE_ACPI_TABLES - bool "Generate ACPI tables" - default y - depends on BOARD_TYAN_S2895 - config IRQ_SLOT_COUNT int default 11 -- cgit v1.2.3