[coreboot-gerrit] New patch to review for coreboot: 85a97a9 msi/ms9652_fam10: minor Kconfig cleanup

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Apr 18 10:03:00 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5541

-gerrit

commit 85a97a9539089ce01f559b7d64aa425dd228406a
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Fri Apr 18 10:02:04 2014 +0200

    msi/ms9652_fam10: minor Kconfig cleanup
    
    SMP and IOAPIC shouldn't need to be redefined here, select is enough
    
    Change-Id: I8a66374205b671498ce21b3f174af14e98dbfe48
---
 src/mainboard/msi/ms9652_fam10/Kconfig | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig
index 8d1473d..42ceff4 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



More information about the coreboot-gerrit mailing list