summaryrefslogtreecommitdiffstats
path: root/src/mainboard/51nb/Kconfig
blob: 5124fdb411a0105670545b53077e87888894498e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-or-later

if VENDOR_51NB

choice
	prompt "Mainboard model"

source "src/mainboard/51nb/*/Kconfig.name"

endchoice

source "src/mainboard/51nb/*/Kconfig"

config MAINBOARD_VENDOR
	string "Mainboard Vendor"
	default "51NB"

endif # VENDOR_51NB