blob: c0e9cc1357f84d5f274ab1edec1f560abaa38301 [file] [log] [blame]
Alexandru Gagniuc14964dd2013-12-13 20:25:04 -06001if VENDOR_CUBIETECH
2
3# Auto select common options
4choice
5 prompt "Mainboard model"
6
Stefan Reinauer139e1062015-04-03 20:11:13 +02007source "src/mainboard/cubietech/*/Kconfig.name"
Alexandru Gagniuc14964dd2013-12-13 20:25:04 -06008
9endchoice
10
Stefan Reinauer139e1062015-04-03 20:11:13 +020011source "src/mainboard/cubietech/*/Kconfig"
Alexandru Gagniuc14964dd2013-12-13 20:25:04 -060012
13config MAINBOARD_VENDOR
14 string
15 default "Cubietech"
16
17endif # VENDOR_CUBIETECH