blob: 9b08501dded94fb39e79be40b40663215abc3d4c [file] [log] [blame]
Patrick Georgic88ed852012-01-10 18:45:34 +01001if VENDOR_DIGITALLOGIC
Jens Rottmann9a684fc2010-08-30 16:36:51 +00002
Patrick Georgi00f02672009-10-09 14:10:28 +00003choice
4 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00005
Stefan Reinauer139e1062015-04-03 20:11:13 +02006source "src/mainboard/digitallogic/*/Kconfig.name"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00007
8endchoice
Stefan Reinauer14e22772010-04-27 06:56:47 +00009
Stefan Reinauer139e1062015-04-03 20:11:13 +020010source "src/mainboard/digitallogic/*/Kconfig"
Patrick Georgi00f02672009-10-09 14:10:28 +000011
Jens Rottmann9a684fc2010-08-30 16:36:51 +000012config MAINBOARD_VENDOR
13 string
14 default "DIGITAL-LOGIC"
Patrick Georgi00f02672009-10-09 14:10:28 +000015
Patrick Georgic88ed852012-01-10 18:45:34 +010016endif # VENDOR_DIGITALLOGIC