mb/facebook/fbg1701/Kconfig: Remove dependency for USE_VENDORCODE_ELTAN
make olddefconfig on other projects using USE_VENDORCODE_ELTAN results in error. USE_VENDORCODE_ELTAN unmet direct dependencies. Remove dependency on VBOOT for USE_VENDORCODE_ELTAN. TEST = Build and boot on Facebook FBG1701 Change-Id: I5881c334955c73ae0f1a693f95ceb1aee62ee898 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48690 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
This commit is contained in:
parent
cfc26ce278
commit
ddedd118ac
|
@ -22,7 +22,6 @@ config BOARD_SPECIFIC_OPTIONS
|
||||||
select HAVE_SPD_IN_CBFS
|
select HAVE_SPD_IN_CBFS
|
||||||
|
|
||||||
config USE_VENDORCODE_ELTAN
|
config USE_VENDORCODE_ELTAN
|
||||||
depends on !VBOOT
|
|
||||||
default y
|
default y
|
||||||
|
|
||||||
if VBOOT
|
if VBOOT
|
||||||
|
|
Loading…
Reference in New Issue