From 5c3f384f064f5c05945d561784fd7e8ef002a295 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 8 May 2014 15:27:15 +0300 Subject: Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines with 'select SERIAL_CPU_INIT' where redundant with the default being yes. Since there is no 'unselect SERIAL_CPU_INIT' possibility, invert the default and rename option. This squelches Kconfig warnings about unmet dependencies. Change-Id: Iae546c56006278489ebae10f2daa627af48abe94 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5700 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- src/mainboard/iwill/dk8_htx/Kconfig | 5 +---- src/mainboard/iwill/dk8s2/Kconfig | 5 +---- src/mainboard/iwill/dk8x/Kconfig | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to 'src/mainboard/iwill') diff --git a/src/mainboard/iwill/dk8_htx/Kconfig b/src/mainboard/iwill/dk8_htx/Kconfig index 11b11b9aed..f4a137d651 100644 --- a/src/mainboard/iwill/dk8_htx/Kconfig +++ b/src/mainboard/iwill/dk8_htx/Kconfig @@ -7,6 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_AMD_AMD8111 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627HF + select PARALLEL_CPU_INIT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE @@ -49,10 +50,6 @@ config HT_CHAIN_UNITID_BASE hex default 0xa -config SERIAL_CPU_INIT - bool - default n - config IRQ_SLOT_COUNT int default 11 diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig index c270f6f7e3..c4de3a10e6 100644 --- a/src/mainboard/iwill/dk8s2/Kconfig +++ b/src/mainboard/iwill/dk8s2/Kconfig @@ -7,6 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_AMD_AMD8111 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627HF + select PARALLEL_CPU_INIT select HAVE_PIRQ_TABLE select HAVE_OPTION_TABLE select HAVE_MP_TABLE @@ -48,10 +49,6 @@ config HT_CHAIN_UNITID_BASE hex default 0x1 -config SERIAL_CPU_INIT - bool - default n - config IRQ_SLOT_COUNT int default 12 diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig index 84579444c5..af35bb6ae2 100644 --- a/src/mainboard/iwill/dk8x/Kconfig +++ b/src/mainboard/iwill/dk8x/Kconfig @@ -7,6 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_AMD_AMD8111 select SOUTHBRIDGE_AMD_AMD8131 select SUPERIO_WINBOND_W83627THG + select PARALLEL_CPU_INIT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE @@ -47,10 +48,6 @@ config HT_CHAIN_UNITID_BASE hex default 0x1 -config SERIAL_CPU_INIT - bool - default n - config IRQ_SLOT_COUNT int default 9 -- cgit v1.2.3