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
@@ -13,12 +13,12 @@ config SYS_CONFIG_NAME
|
||||
default "am335x_igep0033"
|
||||
|
||||
config DM
|
||||
default y if !SPL_BUILD
|
||||
default y
|
||||
|
||||
config DM_GPIO
|
||||
default y if !SPL_BUILD
|
||||
default y
|
||||
|
||||
config DM_SERIAL
|
||||
default y if !SPL_BUILD
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user