mb/scaleway/tagada: Copy intel/harcuvar and rename
Change-Id: I6fc1f8393ce3f5ba6f52edad7cf8efa5524d2704 Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net> Reviewed-on: https://review.coreboot.org/23735 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
e46ef4c0ba
commit
4f13640572
16
src/mainboard/scaleway/Kconfig
Normal file
16
src/mainboard/scaleway/Kconfig
Normal file
@@ -0,0 +1,16 @@
|
||||
if VENDOR_SCALEWAY
|
||||
|
||||
choice
|
||||
prompt "Mainboard model"
|
||||
|
||||
source "src/mainboard/scaleway/*/Kconfig.name"
|
||||
|
||||
endchoice
|
||||
|
||||
source "src/mainboard/scaleway/*/Kconfig"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
default "Scaleway"
|
||||
|
||||
endif # VENDOR_SCALEWAY
|
Reference in New Issue
Block a user