blob: 0f5e96434b455ea22e73b067be41f36fa6b87952 [file] [log] [blame]
Mono9b908242014-03-02 18:40:36 +01001if VENDOR_APPLE
2
3choice
4 prompt "Mainboard model"
5
Stefan Reinauer139e1062015-04-03 20:11:13 +02006source "src/mainboard/apple/*/Kconfig.name"
Mono9b908242014-03-02 18:40:36 +01007
8endchoice
9
Stefan Reinauer139e1062015-04-03 20:11:13 +020010source "src/mainboard/apple/*/Kconfig"
Mono9b908242014-03-02 18:40:36 +010011
12config MAINBOARD_VENDOR
13 string
14 default "Apple"
15
16endif # VENDOR_APPLE