blob: 298c62b52bc332704656ffe61f43f9b20e8664e2 [file] [log] [blame]
Michał Żygowski72f06ca2020-04-13 21:42:24 +02001if VENDOR_DELL
2
3choice
4 prompt "Mainboard model"
5
6source "src/mainboard/dell/*/Kconfig.name"
7
8endchoice
9
10source "src/mainboard/dell/*/Kconfig"
11
12config MAINBOARD_VENDOR
13 string
14 default "Dell Inc."
15
16endif # VENDOR_DELL