blob: 05b283b9f3e83ee758cab3ffa279a16d95e3da3b [file] [log] [blame]
Gabe Black3c7e9392013-05-26 07:15:57 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright 2013 Google Inc.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Gabe Black3c7e9392013-05-26 07:15:57 -070015
16if VENDOR_TI
17
18# Auto select common options
19choice
20 prompt "Mainboard model"
21
Stefan Reinauer139e1062015-04-03 20:11:13 +020022source "src/mainboard/ti/*/Kconfig.name"
Gabe Black3c7e9392013-05-26 07:15:57 -070023
24endchoice
25
Stefan Reinauer139e1062015-04-03 20:11:13 +020026source "src/mainboard/ti/*/Kconfig"
Gabe Black3c7e9392013-05-26 07:15:57 -070027
28config MAINBOARD_VENDOR
29 string
30 default "TI"
31
32endif # VENDOR_TI