Commit 932cb839 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Walleij

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8005c49d
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment