Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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