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/via/epia-n | |
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/via/epia-n')
-rw-r--r-- | src/mainboard/via/epia-n/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/via/epia-n/Kconfig b/src/mainboard/via/epia-n/Kconfig index 399d182725..1866d707af 100644 --- a/src/mainboard/via/epia-n/Kconfig +++ b/src/mainboard/via/epia-n/Kconfig @@ -6,6 +6,7 @@ config BOARD_VIA_EPIA_N select SOUTHBRIDGE_VIA_VT8237R select SUPERIO_WINBOND_W83697HF select HAVE_PIRQ_TABLE + select EPIA_VT8237R_INIT config MAINBOARD_DIR string @@ -42,7 +43,3 @@ config IRQ_SLOT_COUNT default 7 depends on BOARD_VIA_EPIA_N -config EPIA_VT8237R_INIT - bool - default y - depends on BOARD_VIA_EPIA_N |