mb/*/Kconfig: Factor out MAINBOARD_VENDOR

Only some mainboard vendors have a prompt for this option. Let's be fair
and give this ability to everyone.

Change-Id: I03eec7c13d18b42e3c56fb1a43dc665d5dbd1145
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39179
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons
2020-03-01 13:07:19 +01:00
committed by Patrick Georgi
parent 3e576739c9
commit 7671bce33b
43 changed files with 13 additions and 43 deletions

View File

@@ -13,6 +13,7 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
if VENDOR_BIOSTAR
choice
@@ -26,7 +27,6 @@ source "src/mainboard/biostar/*/Kconfig"
config MAINBOARD_VENDOR
string
default "Biostar"
endif # VENDOR_BIOSTAR