blob: 48b6e52cf222eebe99654f71e80e03c9427ada57 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Angel Pons7671bce2020-03-01 13:07:19 +01002
Ronald G. Minnichf89e6b22012-12-10 16:13:43 -08003if VENDOR_GOOGLE
4
5choice
6 prompt "Mainboard model"
7
Stefan Reinauer139e1062015-04-03 20:11:13 +02008source "src/mainboard/google/*/Kconfig.name"
9
Ronald G. Minnichf89e6b22012-12-10 16:13:43 -080010endchoice
11
Stefan Reinauer139e1062015-04-03 20:11:13 +020012source "src/mainboard/google/*/Kconfig"
Ronald G. Minnichf89e6b22012-12-10 16:13:43 -080013
14config MAINBOARD_VENDOR
Ronald G. Minnichf89e6b22012-12-10 16:13:43 -080015 default "Google"
16
17endif # VENDOR_GOOGLE