From 869bbc46166bdfe0b785b5a64ebcea2f167e1b0c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 7 Oct 2009 16:29:12 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4735 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2892/Kconfig | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/mainboard/tyan/s2892') 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 -- cgit v1.2.3