summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2892/Kconfig
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-07 16:29:12 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-07 16:29:12 +0000
commit869bbc46166bdfe0b785b5a64ebcea2f167e1b0c (patch)
treed3148fb5ed537986611c1a83513bf1a383760e8c /src/mainboard/tyan/s2892/Kconfig
parent168b11bc416eb0931581cc674a60bc53861081c3 (diff)
downloadcoreboot-869bbc46166bdfe0b785b5a64ebcea2f167e1b0c.tar.xz
Convert all "default y" options to "select FOO" (shorter).
Also, drop per-board CONSOLE_VGA/PCI_ROM_RUN while I'm at it, they're global options in kconfig. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4735 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2892/Kconfig')
-rw-r--r--src/mainboard/tyan/s2892/Kconfig13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/mainboard/tyan/s2892/Kconfig b/src/mainboard/tyan/s2892/Kconfig
index ee19983f43..bb9436dc66 100644
--- a/src/mainboard/tyan/s2892/Kconfig
+++ b/src/mainboard/tyan/s2892/Kconfig
@@ -9,6 +9,8 @@ config BOARD_TYAN_S2892
select SOUTHBRIDGE_AMD_AMD8131
select SUPERIO_WINBOND_W83627HF
select PIRQ_TABLE
+ select SERIAL_CPU_INIT
+ select AP_CODE_IN_CAR
config MAINBOARD_DIR
string
@@ -95,16 +97,6 @@ config USE_INIT
default n
depends on BOARD_TYAN_S2892
-config SERIAL_CPU_INIT
- bool
- default y
- depends on BOARD_TYAN_S2892
-
-config AP_CODE_IN_CAR
- bool
- default y
- depends on BOARD_TYAN_S2892
-
config WAIT_BEFORE_CPUS_INIT
bool
default n
@@ -120,6 +112,7 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY
default n
depends on BOARD_TYAN_S2892
+# TODO
config HAVE_ACPI_TABLES
bool "Generate ACPI tables"
default y