diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-11 17:40:44 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-11 17:40:44 +0000 |
commit | c0528d61df39dc64e244c9c39eb62b7a32618a5c (patch) | |
tree | 31a3e0e4e9b60965f33dd9cf104c209f9910cb46 /src/mainboard/tyan/s2885 | |
parent | 7fe4191fff69a1a32888035fd5d3168350167ced (diff) |
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 <uwe@hermann-uwe.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4759 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2885')
-rw-r--r-- | src/mainboard/tyan/s2885/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/tyan/s2885/Kconfig b/src/mainboard/tyan/s2885/Kconfig index 3d7616ea81..89a86a9b06 100644 --- a/src/mainboard/tyan/s2885/Kconfig +++ b/src/mainboard/tyan/s2885/Kconfig @@ -112,11 +112,6 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY default n depends on BOARD_TYAN_S2885 -config HAVE_ACPI_TABLES - bool "Generate ACPI tables" - default n - depends on BOARD_TYAN_S2885 - config IRQ_SLOT_COUNT int default 9 |