diff options
Diffstat (limited to 'src/mainboard/supermicro/h8dmr_fam10/Kconfig')
-rw-r--r-- | src/mainboard/supermicro/h8dmr_fam10/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/supermicro/h8dmr_fam10/Kconfig b/src/mainboard/supermicro/h8dmr_fam10/Kconfig index e1ce4e72c1..aabb0be8ee 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/Kconfig +++ b/src/mainboard/supermicro/h8dmr_fam10/Kconfig @@ -10,6 +10,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MCP55_USE_NIC select MCP55_USE_AZA select SUPERIO_WINBOND_W83627HF + select PARALLEL_CPU_INIT select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE @@ -83,8 +84,4 @@ config AMD_UCODE_PATCH_FILE string default "mc_patch_0100009f.h" -config SERIAL_CPU_INIT - bool - default n - endif # BOARD_SUPERMICRO_H8DMR_FAM10 |