diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-07 16:29:12 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-07 16:29:12 +0000 |
commit | 869bbc46166bdfe0b785b5a64ebcea2f167e1b0c (patch) | |
tree | d3148fb5ed537986611c1a83513bf1a383760e8c /src/mainboard/tyan/s2881 | |
parent | 168b11bc416eb0931581cc674a60bc53861081c3 (diff) | |
download | coreboot-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/s2881')
-rw-r--r-- | src/mainboard/tyan/s2881/Kconfig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig index 1a88ee3961..c1944e55d8 100644 --- a/src/mainboard/tyan/s2881/Kconfig +++ b/src/mainboard/tyan/s2881/Kconfig @@ -9,6 +9,8 @@ config BOARD_TYAN_S2881 select SOUTHBRIDGE_AMD_AMD8111 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_S2881 -config SERIAL_CPU_INIT - bool - default y - depends on BOARD_TYAN_S2881 - -config AP_CODE_IN_CAR - bool - default y - depends on BOARD_TYAN_S2881 - config WAIT_BEFORE_CPUS_INIT bool default n |