mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
kconfig: remove unneeded dependency on !SPL_BUILD
Now CONFIG_SPL_BUILD is not defined in Kconfig, so "!depends on SPL_BUILD" and "if !SPL_BUILD" are redundant. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
e02ee2548a
commit
d648964fc2
@@ -9,7 +9,6 @@ config SUPPORT_OF_CONTROL
|
||||
bool
|
||||
|
||||
menu "Device Tree Control"
|
||||
depends on !SPL_BUILD
|
||||
depends on SUPPORT_OF_CONTROL
|
||||
|
||||
config OF_CONTROL
|
||||
|
Reference in New Issue
Block a user