81547dd546
It’s common to annotate the closing endif, so do it for these four files. Change-Id: Ia5d071e1f544c9dea5af9c6bc3c605d9a0c5c0f5 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47477 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
15 lines
225 B
Text
15 lines
225 B
Text
if VENDOR_SYSTEM76
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/system76/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/system76/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "System76"
|
|
|
|
endif # VENDOR_SYSTEM76
|