diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-12-30 15:04:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-03 09:26:18 +0100 |
commit | c033a718f615b6b3ddc83ce3e0a217c30bd09cb5 (patch) | |
tree | 87007ec1d706cfbf36330532d2c78c81bbebbe84 /drivers/pinctrl/Kconfig | |
parent | c7059c5ac70aea194b07b2d811df433eb0ca81b5 (diff) | |
download | linux-c033a718f615b6b3ddc83ce3e0a217c30bd09cb5.tar.bz2 |
pinctrl: stricten up generic group code
Rename the symbol PINCTRL_GENERIC to PINCTRL_GENERIC_GROUPS since
it all pertains to groups. Replace everywhere.
ifdef out the radix tree and the struct when not using the
generic groups.
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index b986998409d1..add257f80d76 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -8,7 +8,7 @@ config PINCTRL menu "Pin controllers" depends on PINCTRL -config GENERIC_PINCTRL +config GENERIC_PINCTRL_GROUPS bool config PINMUX |