690b6bcb49
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>
17 lines
262 B
Text
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
|