diff options
Diffstat (limited to 'src/mainboard/tyan/s2881/Kconfig')
-rw-r--r-- | src/mainboard/tyan/s2881/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig index 280ca80f16..24c6295d0b 100644 --- a/src/mainboard/tyan/s2881/Kconfig +++ b/src/mainboard/tyan/s2881/Kconfig @@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID default 0x2881 depends on BOARD_TYAN_S2881 -config USE_FAILOVER_IMAGE - bool - default n - depends on BOARD_TYAN_S2881 - config HW_MEM_HOLE_SIZEK hex default 0x100000 @@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ default n depends on BOARD_TYAN_S2881 -config HAVE_FAILOVER_BOOT - bool - default n - depends on BOARD_TYAN_S2881 - -config USE_FAILOVER_IMAGE - bool - default n - depends on BOARD_TYAN_S2881 - config MAX_CPUS int default 4 |