From 7671bce33bf85d7b04afc6f6698ad41f11923213 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 1 Mar 2020 13:07:19 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39179 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/razer/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/razer/Kconfig') diff --git a/src/mainboard/razer/Kconfig b/src/mainboard/razer/Kconfig index bae422eaaa..9d96888c7f 100644 --- a/src/mainboard/razer/Kconfig +++ b/src/mainboard/razer/Kconfig @@ -1,4 +1,3 @@ - if VENDOR_RAZER choice @@ -11,7 +10,6 @@ endchoice source "src/mainboard/razer/*/Kconfig" config MAINBOARD_VENDOR - string "Mainboard Vendor" default "RAZER" endif -- cgit v1.2.3