Rename build system variables to be more intuitive, and
[coreboot.git] / src / mainboard / via / epia-m700 / Kconfig
index fe3b799eb3d604a1512f6851ca7764e5083f0637..a633b2efaea21177327d33aa90765fc0179fafae 100644 (file)
@@ -1,40 +1,25 @@
-config BOARD_VIA_EPIA_M700
-       bool "EPIA-M700"
+if BOARD_VIA_EPIA_M700
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select ARCH_X86
        select CPU_VIA_C7
        select NORTHBRIDGE_VIA_VX800
        select SUPERIO_WINBOND_W83697HF
        select BOARD_HAS_FADT
-       select HAVE_ACPI_TABLES
+       select HAVE_OPTION_TABLE
        select BOARD_ROMSIZE_KB_512
-       select USE_PRINTK_IN_CAR
 
 config MAINBOARD_DIR
        string
        default via/epia-m700
-       depends on BOARD_VIA_EPIA_M700
-
-config DCACHE_RAM_BASE
-       hex
-       default 0xffef0000
-       depends on BOARD_VIA_EPIA_M700
-
-config DCACHE_RAM_SIZE
-       hex
-       default 0x8000
-       depends on BOARD_VIA_EPIA_M700
 
 config MAINBOARD_PART_NUMBER
        string
        default "EPIA-M700"
-       depends on BOARD_VIA_EPIA_M700
-
-config RAMBASE
-       hex
-       default 0x4000
-       depends on BOARD_VIA_EPIA_M700
 
 config IRQ_SLOT_COUNT
        int
        default 13
-       depends on BOARD_VIA_EPIA_M700
+
+endif # BOARD_VIA_EPIA_M700