blob: 9b7c597db337088b959207619d7ba5d08fc87c0b [file] [log] [blame]
Josef Kellermannbfa7ee52011-05-11 07:47:43 +00001if VENDOR_SIEMENS
2
3choice
4 prompt "Mainboard model"
5
Stefan Reinauer139e1062015-04-03 20:11:13 +02006source "src/mainboard/siemens/*/Kconfig.name"
Werner Zehc42a6132015-02-12 12:40:15 +01007
Josef Kellermannbfa7ee52011-05-11 07:47:43 +00008endchoice
9
Stefan Reinauer139e1062015-04-03 20:11:13 +020010source "src/mainboard/siemens/*/Kconfig"
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000011
12config MAINBOARD_VENDOR
13 string
14 default "Siemens"
15
16endif # VENDOR_SIEMENS