From c02cbf1064f18b6b8583d8e43e640e670e634220 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Fri, 6 Jan 2012 11:54:23 -0700 Subject: alix2: add support for alix6 The Alix6 is very similar to the alix2, differing in having 1 mini-PCIe slot (USB 2.0 only), an RFKILL GPIO line going to that slot, and 1 or 2 SIM sockets. Change-Id: I19e4e756966e60bb0310c19286654d3d579b8850 Signed-off-by: Philip Prindeville Reviewed-on: http://review.coreboot.org/521 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/pcengines/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/pcengines/Kconfig') diff --git a/src/mainboard/pcengines/Kconfig b/src/mainboard/pcengines/Kconfig index 6c6646d525..e967267600 100644 --- a/src/mainboard/pcengines/Kconfig +++ b/src/mainboard/pcengines/Kconfig @@ -7,6 +7,8 @@ config BOARD_PCENGINES_ALIX1C bool "ALIX.1C" config BOARD_PCENGINES_ALIX2D bool "ALIX.2D2 or 2D3" +config BOARD_PCENGINES_ALIX6 + bool "ALIX.6" endchoice -- cgit v1.2.3