remove trailing whitespace
[coreboot.git] / src / mainboard / nvidia / Kconfig
1 if VENDOR_NVIDIA
2
3 choice
4         prompt "Mainboard model"
5
6 config BOARD_NVIDIA_L1_2PVV
7         bool "l1_2pvv"
8
9 endchoice
10
11 source "src/mainboard/nvidia/l1_2pvv/Kconfig"
12
13 config MAINBOARD_VENDOR
14         string
15         default "NVIDIA"
16
17 endif # VENDOR_NVIDIA