aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via/epia-m/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/via/epia-m/Kconfig')
-rw-r--r--src/mainboard/via/epia-m/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/via/epia-m/Kconfig b/src/mainboard/via/epia-m/Kconfig
index fec6ab72b1..f85641294e 100644
--- a/src/mainboard/via/epia-m/Kconfig
+++ b/src/mainboard/via/epia-m/Kconfig
@@ -22,24 +22,8 @@ config MAINBOARD_PART_NUMBER
default "EPIA-M"
depends on BOARD_VIA_EPIA_M
-config RAMBASE
- hex
- default 0x4000
- depends on BOARD_VIA_EPIA_M
-
config IRQ_SLOT_COUNT
int
default 5
depends on BOARD_VIA_EPIA_M
-# this is done by this board's vgabios.c already
-config VGA_ROM_RUN
- bool
- default n
- depends on BOARD_VIA_EPIA_M
-
-config PCI_ROM_RUN
- bool
- default n
- depends on BOARD_VIA_EPIA_M
-