1
0
Fork 0

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>
hifive-unleashed-5.1
Masahiro Yamada 2015-11-05 15:46:03 +09:00 committed by Linus Walleij
parent 8005c49d9a
commit 932cb83962
1 changed files with 0 additions and 4 deletions

View File

@ -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