summaryrefslogtreecommitdiff
path: root/src/mainboard/51nb/Kconfig
blob: 2b3a493c7a66758e0fa543f8307937bfab6a0bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.

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