blob: 7ea4e54b50aed19ace3be0070c635c3107b6f21c [file] [log] [blame]
Kyösti Mälkki91162702011-11-03 15:22:01 +02001if VENDOR_AOPEN
2
3choice
4 prompt "Mainboard model"
5
Stefan Reinauer139e1062015-04-03 20:11:13 +02006source "src/mainboard/aopen/*/Kconfig.name"
Kyösti Mälkki91162702011-11-03 15:22:01 +02007
8endchoice
9
Stefan Reinauer139e1062015-04-03 20:11:13 +020010source "src/mainboard/aopen/*/Kconfig"
Kyösti Mälkki91162702011-11-03 15:22:01 +020011
12config MAINBOARD_VENDOR
13 string
14 default "AOpen"
Patrick Georgi0c245372012-03-09 23:03:01 +010015
Kyösti Mälkki91162702011-11-03 15:22:01 +020016endif # VENDOR_AOPEN