lkml.org 
[lkml]   [2015]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] pinctrl: remove redundant if conditional from Kconfig
Date
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>
---

drivers/pinctrl/Kconfig | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index b422e4e..312c78b 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -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
--
1.9.1


\
 
 \ /
  Last update: 2015-11-05 08:21    [W:0.026 / U:0.528 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site