mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
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
|
||||
bool
|
||||
|
||||
if PINCTRL
|
||||
|
||||
menu "Pin controllers"
|
||||
depends on PINCTRL
|
||||
|
||||
@ -274,5 +272,3 @@ config PINCTRL_TB10X
|
||||
select GPIOLIB
|
||||
|
||||
endmenu
|
||||
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user