diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-11-05 01:46:03 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-11-17 05:47:47 -0500 |
commit | 932cb839628e9b4660672e93280a41da044601e1 (patch) | |
tree | ba42f1de1bc58564a0178df485d47033e99ed0e7 /drivers/pinctrl/Kconfig | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
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>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index b422e4ed73f4..312c78b27a32 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -5,8 +5,6 @@ | |||
5 | config PINCTRL | 5 | config PINCTRL |
6 | bool | 6 | bool |
7 | 7 | ||
8 | if PINCTRL | ||
9 | |||
10 | menu "Pin controllers" | 8 | menu "Pin controllers" |
11 | depends on PINCTRL | 9 | depends on PINCTRL |
12 | 10 | ||
@@ -274,5 +272,3 @@ config PINCTRL_TB10X | |||
274 | select GPIOLIB | 272 | select GPIOLIB |
275 | 273 | ||
276 | endmenu | 274 | endmenu |
277 | |||
278 | endif | ||