coreboot-kgpe-d16/src/mainboard/system76/Kconfig
Paul Menzel 81547dd546 mb/*/Kconfig: Annotate closing endif with corresponding condition
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>
2020-11-12 09:48:45 +00:00

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