diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-18 10:02:04 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-18 15:09:41 +0200 |
commit | aece3c931e5af19764624e2517a8aeaaa15a0a6f (patch) | |
tree | 484c4164096b44f62166fe7693f22ab8eef5e6db | |
parent | f951d66d313c8cb9cf838ca8ab2117eb3fd0fa50 (diff) | |
download | coreboot-aece3c931e5af19764624e2517a8aeaaa15a0a6f.tar.gz coreboot-aece3c931e5af19764624e2517a8aeaaa15a0a6f.tar.bz2 coreboot-aece3c931e5af19764624e2517a8aeaaa15a0a6f.zip |
msi/ms9652_fam10: minor Kconfig cleanup
SMP and IOAPIC shouldn't need to be redefined here, select is enough
Change-Id: I8a66374205b671498ce21b3f174af14e98dbfe48
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5541
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r-- | src/mainboard/msi/ms9652_fam10/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 8d1473d96685..42ceff4d919f 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 |