coreboot-kgpe-d16/src/mainboard/51nb/Kconfig
Elyes HAOUAS 6807204919 mb/51nb/Kconfig: Remove duplicated string
Change-Id: Ib184dbfef05608bbf18d49fee5cbc9dd12ed6751
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49883
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-01-25 09:06:51 +00:00

17 lines
250 B
Text

# SPDX-License-Identifier: GPL-2.0-or-later
if VENDOR_51NB
choice
prompt "Mainboard model"
source "src/mainboard/51nb/*/Kconfig.name"
endchoice
source "src/mainboard/51nb/*/Kconfig"
config MAINBOARD_VENDOR
default "51NB"
endif # VENDOR_51NB