c02cbf1064
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 <philipp@redfish-solutions.com> Reviewed-on: http://review.coreboot.org/521 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
22 lines
388 B
Text
22 lines
388 B
Text
if VENDOR_PCENGINES
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
config BOARD_PCENGINES_ALIX1C
|
|
bool "ALIX.1C"
|
|
config BOARD_PCENGINES_ALIX2D
|
|
bool "ALIX.2D2 or 2D3"
|
|
config BOARD_PCENGINES_ALIX6
|
|
bool "ALIX.6"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/pcengines/alix1c/Kconfig"
|
|
source "src/mainboard/pcengines/alix2d/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "PC Engines"
|
|
|
|
endif # VENDOR_PCENGINES
|