From aece3c931e5af19764624e2517a8aeaaa15a0a6f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 18 Apr 2014 10:02:04 +0200 Subject: msi/ms9652_fam10: minor Kconfig cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SMP and IOAPIC shouldn't need to be redefined here, select is enough Change-Id: I8a66374205b671498ce21b3f174af14e98dbfe48 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/5541 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/msi/ms9652_fam10/Kconfig | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 8d1473d966..42ceff4d91 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -21,6 +21,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SB_HT_CHAIN_UNITID_OFFSET_ONLY select QRANK_DIMM_SUPPORT select LIFT_BSP_APIC_ID + select IOAPIC + select SMP config MAINBOARD_DIR string @@ -52,14 +54,6 @@ config LOGICAL_CPUS bool default y -config IOAPIC - bool - default y - -config SMP - bool - default y - config HEAP_SIZE hex default 0x20000 -- cgit v1.2.3