coreboot-kgpe-d16/src/mainboard/biostar/Kconfig
Elyes HAOUAS 690b6bcb49 treewide/Kconfig: Drop unneeded empty lines
Change-Id: If8aa28a22625b7b2cf9b58958de87ee752f637f6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45247
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
2020-09-21 16:30:14 +00:00

17 lines
262 B
Text

## SPDX-License-Identifier: GPL-2.0-only
if VENDOR_BIOSTAR
choice
prompt "Mainboard model"
source "src/mainboard/biostar/*/Kconfig.name"
endchoice
source "src/mainboard/biostar/*/Kconfig"
config MAINBOARD_VENDOR
default "Biostar"
endif # VENDOR_BIOSTAR