blob: 6c6646d52532db2a888f32f3594d51a33bd723d1 [file] [log] [blame]
if VENDOR_PCENGINES
choice
prompt "Mainboard model"
config BOARD_PCENGINES_ALIX1C
bool "ALIX.1C"
config BOARD_PCENGINES_ALIX2D
bool "ALIX.2D2 or 2D3"
endchoice
source "src/mainboard/pcengines/alix1c/Kconfig"
source "src/mainboard/pcengines/alix2d/Kconfig"
config MAINBOARD_VENDOR
string
default "PC Engines"
endif # VENDOR_PCENGINES