blob: 203b3d01bb41d25c492736c99f37f1f9fe457661 [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
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000013 default "Siemens"
14
15endif # VENDOR_SIEMENS