blob: 467c20abc87afc6c5d6d613188a52f35d8dcd1b9 [file] [log] [blame]
Sven Schnellee2ca71e2011-02-14 20:02:47 +00001if VENDOR_LENOVO
2
3choice
4 prompt "Mainboard model"
5
Stefan Reinauer139e1062015-04-03 20:11:13 +02006source "src/mainboard/lenovo/*/Kconfig.name"
Edward O'Callaghan32960e32014-11-23 17:38:52 +11007
Sven Schnellee2ca71e2011-02-14 20:02:47 +00008endchoice
9
Stefan Reinauer139e1062015-04-03 20:11:13 +020010source "src/mainboard/lenovo/*/Kconfig"
Sven Schnellee2ca71e2011-02-14 20:02:47 +000011
12config MAINBOARD_VENDOR
Vladimir Serbinenko5962b4c2014-09-06 10:37:21 +030013 default "LENOVO"
Sven Schnellee2ca71e2011-02-14 20:02:47 +000014
Patrick Rudolphf77eb442019-05-10 15:38:29 +020015config MAINBOARD_FAMILY
16 string
17 default MAINBOARD_PART_NUMBER
18
Sven Schnellee2ca71e2011-02-14 20:02:47 +000019endif # VENDOR_LENOVO