0c245370a1
Change-Id: I69ee67c35113d98e034bdccf5d00e8452d3d9bd2 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/778 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
17 lines
238 B
Text
17 lines
238 B
Text
if VENDOR_AOPEN
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
config BOARD_AOPEN_DXPLPLUSU
|
|
bool "DXPL Plus-U"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/aopen/dxplplusu/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "AOpen"
|
|
|
|
endif # VENDOR_AOPEN
|