coreboot-kgpe-d16/src/mainboard/linutop/Kconfig
Daniele Forsi abb381607f artecgroup/Kconfig, linutop/Kconfig: Add comment to endif
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>
2014-07-30 02:08:50 +02:00

17 lines
237 B
Text

if VENDOR_LINUTOP
choice
prompt "Mainboard model"
config BOARD_LINUTOP_LINUTOP1
bool "Linutop-1"
endchoice
config MAINBOARD_VENDOR
string
default "Linutop"
source "src/mainboard/linutop/linutop1/Kconfig"
endif # VENDOR_LINUTOP