diff options
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 |