blob: 75fa626b603acf90b3484552d57898f8bea1a2f7 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if VENDOR_IWILL
2
Patrick Georgi91ff0df2009-10-09 12:32:52 +00003choice
4 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00005
Stefan Reinauer139e1062015-04-03 20:11:13 +02006source "src/mainboard/iwill/*/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/iwill/*/Kconfig"
Patrick Georgi91ff0df2009-10-09 12:32:52 +000011
Jens Rottmann9a684fc2010-08-30 16:36:51 +000012config MAINBOARD_VENDOR
13 string
14 default "IWILL"
Patrick Georgi91ff0df2009-10-09 12:32:52 +000015
Jens Rottmann9a684fc2010-08-30 16:36:51 +000016endif # VENDOR_IWILL