blob: bdcd86990542e9d6cfe37c288e188220f0712637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
if VENDOR_PC_ENGINES
choice
prompt "Mainboard model"
config BOARD_PCENGINES_ALIX1C
bool "ALIX.1C"
config BOARD_PCENGINES_ALIX2D3
bool "ALIX.2D3"
endchoice
source "src/mainboard/pcengines/alix1c/Kconfig"
source "src/mainboard/pcengines/alix2d3/Kconfig"
config MAINBOARD_VENDOR
string
default "PC Engines"
endif # VENDOR_PC_ENGINES
|