aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2891
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/s2891
parent168b11bc416eb0931581cc674a60bc53861081c3 (diff)
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/s2891')
-rw-r--r--src/mainboard/tyan/s2891/Kconfig13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/mainboard/tyan/s2891/Kconfig b/src/mainboard/tyan/s2891/Kconfig
index 13222f3cf5..3bda3df368 100644
--- a/src/mainboard/tyan/s2891/Kconfig
+++ b/src/mainboard/tyan/s2891/Kconfig
@@ -9,6 +9,8 @@ config BOARD_TYAN_S2891
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_S2891
-config SERIAL_CPU_INIT
- bool
- default y
- depends on BOARD_TYAN_S2891
-
-config AP_CODE_IN_CAR
- bool
- default y
- depends on BOARD_TYAN_S2891
-
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_S2891
+# TODO: Should be "select". And not user-visible.
config HAVE_ACPI_TABLES
bool "Generate ACPI tables"
default y