diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-07 16:29:12 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-07 16:29:12 +0000 |
commit | 869bbc46166bdfe0b785b5a64ebcea2f167e1b0c (patch) | |
tree | d3148fb5ed537986611c1a83513bf1a383760e8c /src/mainboard/sunw | |
parent | 168b11bc416eb0931581cc674a60bc53861081c3 (diff) |
Convert all "default y" options to "select FOO" (shorter).
Also, drop per-board CONSOLE_VGA/PCI_ROM_RUN while I'm at it, they're
global options in kconfig.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4735 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |