summaryrefslogtreecommitdiffstats
path: root/src/mainboard/opencellular
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-03-01 13:07:19 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-03 10:15:22 +0000
commit7671bce33bf85d7b04afc6f6698ad41f11923213 (patch)
tree1b6648614d8b1e53c1cb4bcb833987881bd5c706 /src/mainboard/opencellular
parent3e576739c9d998a679b95c878838f58a491f5fb0 (diff)
downloadcoreboot-7671bce33bf85d7b04afc6f6698ad41f11923213.tar.gz
coreboot-7671bce33bf85d7b04afc6f6698ad41f11923213.tar.bz2
coreboot-7671bce33bf85d7b04afc6f6698ad41f11923213.zip
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>
Diffstat (limited to 'src/mainboard/opencellular')
-rw-r--r--src/mainboard/opencellular/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/opencellular/Kconfig b/src/mainboard/opencellular/Kconfig
index 2df6ba3afe80..f82e9238291a 100644
--- a/src/mainboard/opencellular/Kconfig
+++ b/src/mainboard/opencellular/Kconfig
@@ -12,6 +12,7 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
+
if VENDOR_OPENCELLULAR
choice
@@ -24,7 +25,6 @@ endchoice
source "src/mainboard/opencellular/*/Kconfig"
config MAINBOARD_VENDOR
- string
default "OpenCellular"
endif # VENDOR_OPENCELLULAR