summaryrefslogtreecommitdiff
path: root/src/mainboard/nvidia/Kconfig
blob: d755719a0f9829e745ec52ef429858ab1bbddd79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if VENDOR_NVIDIA

choice
	prompt "Mainboard model"

config BOARD_NVIDIA_L1_2PVV
	bool "l1_2pvv"

endchoice

source "src/mainboard/nvidia/l1_2pvv/Kconfig"

config MAINBOARD_VENDOR
	string
	default "NVIDIA"

endif # VENDOR_NVIDIA