6807204919
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>
17 lines
250 B
Text
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
|