pinctrl: remove redundant if conditional from Kconfig
The whole menu is guarded by menu "Pin controllers" depends on PINCTRL ... endmenu The if conditional outside of it is redundant. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
8005c49d9a
commit
932cb83962
|
@ -5,8 +5,6 @@
|
||||||
config PINCTRL
|
config PINCTRL
|
||||||
bool
|
bool
|
||||||
|
|
||||||
if PINCTRL
|
|
||||||
|
|
||||||
menu "Pin controllers"
|
menu "Pin controllers"
|
||||||
depends on PINCTRL
|
depends on PINCTRL
|
||||||
|
|
||||||
|
@ -274,5 +272,3 @@ config PINCTRL_TB10X
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in New Issue