From 869bbc46166bdfe0b785b5a64ebcea2f167e1b0c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 7 Oct 2009 16:29:12 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4735 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/newisys/khepri/Kconfig | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'src/mainboard/newisys') diff --git a/src/mainboard/newisys/khepri/Kconfig b/src/mainboard/newisys/khepri/Kconfig index 312a85764c..84285ff322 100644 --- a/src/mainboard/newisys/khepri/Kconfig +++ b/src/mainboard/newisys/khepri/Kconfig @@ -11,6 +11,8 @@ config BOARD_NEWISYS_KHEPRI select HAVE_PIRQ_TABLE select USE_PRINTK_IN_CAR select USE_DCACHE_RAM + select HAVE_HARD_RESET + select IOAPIC config MAINBOARD_DIR string @@ -32,16 +34,6 @@ config APIC_ID_OFFSET default 0x10 depends on BOARD_NEWISYS_KHEPRI -config HAVE_HARD_RESET - bool - default y - depends on BOARD_NEWISYS_KHEPRI - -config IOAPIC - bool - default y - depends on BOARD_NEWISYS_KHEPRI - config K8_REV_F_SUPPORT bool default n @@ -107,16 +99,6 @@ config SB_HT_CHAIN_ON_BUS0 default 2 depends on BOARD_NEWISYS_KHEPRI -config CONSOLE_VGA - bool - default y - depends on BOARD_NEWISYS_KHEPRI - -config PCI_ROM_RUN - bool - default y - depends on BOARD_NEWISYS_KHEPRI - config IRQ_SLOT_COUNT int default 11 -- cgit v1.2.3