diff options
Diffstat (limited to 'src/mainboard/msi/ms7135')
-rw-r--r-- | src/mainboard/msi/ms7135/Kconfig | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/mainboard/msi/ms7135/Kconfig b/src/mainboard/msi/ms7135/Kconfig index 674fd90286..f9410fd784 100644 --- a/src/mainboard/msi/ms7135/Kconfig +++ b/src/mainboard/msi/ms7135/Kconfig @@ -22,6 +22,11 @@ config APIC_ID_OFFSET default 0x10 depends on BOARD_MSI_MS7135 +config MEM_TRAIN_SEQ + int + default 1 + depends on BOARD_MSI_MS7135 + config SB_HT_CHAIN_ON_BUS0 int default 2 @@ -52,11 +57,6 @@ config HW_MEM_HOLE_SIZEK default 0x100000 depends on BOARD_MSI_MS7135 -config MEM_TRAIN_SEQ - bool - default n - depends on BOARD_MSI_MS7135 - config MAX_CPUS int default 2 @@ -67,11 +67,6 @@ config MAX_PHYSICAL_CPUS default 1 depends on BOARD_MSI_MS7135 -config MEM_TRAIN_SEQ - bool - default n - depends on BOARD_MSI_MS7135 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n |