abb381607f
All other Kconfig files at the mainboard vendor level have a comment on "endif" matching the corresponding "if", except these two. Change-Id: Ib03c4552c670178d6b09a2ca3037ee29e3524a2f Signed-off-by: Daniele Forsi <dforsi@gmail.com> Reviewed-on: http://review.coreboot.org/6396 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
19 lines
326 B
Text
19 lines
326 B
Text
if VENDOR_ARTECGROUP
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
config BOARD_ARTECGROUP_DBE61
|
|
bool "DBE61"
|
|
|
|
endchoice
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "Artec Group"
|
|
|
|
endif # VENDOR_ARTECGROUP
|
|
|
|
if VENDOR_ARTECGROUP || VENDOR_LINUTOP
|
|
source "src/mainboard/artecgroup/dbe61/Kconfig"
|
|
endif # VENDOR_ARTECGROUP || VENDOR_LINUTOP
|