diff options
Diffstat (limited to 'src/mainboard/sunw')
-rw-r--r-- | src/mainboard/sunw/ultra40/Kconfig | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/src/mainboard/sunw/ultra40/Kconfig b/src/mainboard/sunw/ultra40/Kconfig index 89fa61971d..bc4513b09a 100644 --- a/src/mainboard/sunw/ultra40/Kconfig +++ b/src/mainboard/sunw/ultra40/Kconfig @@ -10,6 +10,8 @@ config BOARD_SUNW_ULTRA40 select HAVE_PIRQ_TABLE select USE_PRINTK_IN_CAR select USE_DCACHE_RAM + select HAVE_HARD_RESET + select IOAPIC config MAINBOARD_DIR string @@ -31,16 +33,6 @@ config APIC_ID_OFFSET default 0x10 depends on BOARD_SUNW_ULTRA40 -config HAVE_HARD_RESET - bool - default y - depends on BOARD_SUNW_ULTRA40 - -config IOAPIC - bool - default y - depends on BOARD_SUNW_ULTRA40 - config K8_REV_F_SUPPORT bool default n @@ -106,16 +98,6 @@ config SB_HT_CHAIN_ON_BUS0 default 2 depends on BOARD_SUNW_ULTRA40 -config CONSOLE_VGA - bool - default y - depends on BOARD_SUNW_ULTRA40 - -config PCI_ROM_RUN - bool - default y - depends on BOARD_SUNW_ULTRA40 - config IRQ_SLOT_COUNT int default 11 |