summaryrefslogtreecommitdiffstats
path: root/src/mainboard/biostar/Kconfig
blob: 00a4df6f16845e0c259a7425a803e4cdb7564036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
## This file is part of the coreboot project.
##
##
## 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