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