diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2014-12-17 13:42:13 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-18 02:14:11 +0100 |
commit | 42874ace62a0fe7b3c54c729e3c57c330449b86b (patch) | |
tree | bad9f7557227bac60206fead0c64d93c961bd925 /src/mainboard/via/Kconfig | |
parent | e4c73bb5baac96ca49c5dea1916dfcfbd1af2e26 (diff) |
Drop VIA Epia-M series of boards
ROMCC cleanups
Change-Id: Ic4c9d9eb8c7edc506c8a8e8eeeacf759cbaead74
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/7854
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/via/Kconfig')
-rw-r--r-- | src/mainboard/via/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/via/Kconfig b/src/mainboard/via/Kconfig index c3fcb143cd..328d33d7d5 100644 --- a/src/mainboard/via/Kconfig +++ b/src/mainboard/via/Kconfig @@ -12,12 +12,6 @@ config BOARD_VIA_EPIA_M850 help STOP RIGHT HERE AND READ THIS!!! Read http://www.coreboot.org/VIA_EPIA-M850 before you proceed. -config BOARD_VIA_EPIA_M - bool "EPIA-M" -config BOARD_VIA_EPIA_MII - bool "EPIA-MII" -config BOARD_VIA_EPIA_ML - bool "EPIA-ML" config BOARD_VIA_EPIA_N bool "EPIA-N" config BOARD_VIA_PC2500E @@ -30,9 +24,6 @@ endchoice source "src/mainboard/via/epia-cn/Kconfig" source "src/mainboard/via/epia-m700/Kconfig" source "src/mainboard/via/epia-m850/Kconfig" -source "src/mainboard/via/epia-m/Kconfig" -source "src/mainboard/via/epia-mii/Kconfig" -source "src/mainboard/via/epia-ml/Kconfig" source "src/mainboard/via/epia-n/Kconfig" source "src/mainboard/via/pc2500e/Kconfig" source "src/mainboard/via/vt8454c/Kconfig" |