aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2013-03-28 07:34:56 -0400
committerAlexandre Courbot <acourbot@nvidia.com>2013-04-16 05:47:14 -0400
commit76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch)
treec860b7360ffc3a99b2eb6db8cf132bffd4191804 /drivers/pinctrl/sh-pfc
parenta2523d3cdab76fbda28414fd82743815f3cc3df7 (diff)
Convert selectors of GENERIC_GPIO to GPIOLIB
GENERIC_GPIO is now equivalent to GPIOLIB and features that depended on GENERIC_GPIO can now depend on GPIOLIB to allow removal of this option. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
-rw-r--r--drivers/pinctrl/sh-pfc/Kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig
index c3340f54d2ad..99ba8e4f2a30 100644
--- a/drivers/pinctrl/sh-pfc/Kconfig
+++ b/drivers/pinctrl/sh-pfc/Kconfig
@@ -6,7 +6,7 @@ if ARCH_SHMOBILE || SUPERH
6 6
7config PINCTRL_SH_PFC 7config PINCTRL_SH_PFC
8 # XXX move off the gpio dependency 8 # XXX move off the gpio dependency
9 depends on GENERIC_GPIO 9 depends on GPIOLIB
10 select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB 10 select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
11 select PINMUX 11 select PINMUX
12 select PINCONF 12 select PINCONF
@@ -34,19 +34,19 @@ config PINCTRL_PFC_R8A7779
34config PINCTRL_PFC_SH7203 34config PINCTRL_PFC_SH7203
35 def_bool y 35 def_bool y
36 depends on CPU_SUBTYPE_SH7203 36 depends on CPU_SUBTYPE_SH7203
37 depends on GENERIC_GPIO 37 depends on GPIOLIB
38 select PINCTRL_SH_PFC 38 select PINCTRL_SH_PFC
39 39
40config PINCTRL_PFC_SH7264 40config PINCTRL_PFC_SH7264
41 def_bool y 41 def_bool y
42 depends on CPU_SUBTYPE_SH7264 42 depends on CPU_SUBTYPE_SH7264
43 depends on GENERIC_GPIO 43 depends on GPIOLIB
44 select PINCTRL_SH_PFC 44 select PINCTRL_SH_PFC
45 45
46config PINCTRL_PFC_SH7269 46config PINCTRL_PFC_SH7269
47 def_bool y 47 def_bool y
48 depends on CPU_SUBTYPE_SH7269 48 depends on CPU_SUBTYPE_SH7269
49 depends on GENERIC_GPIO 49 depends on GPIOLIB
50 select PINCTRL_SH_PFC 50 select PINCTRL_SH_PFC
51 51
52config PINCTRL_PFC_SH7372 52config PINCTRL_PFC_SH7372
@@ -62,55 +62,55 @@ config PINCTRL_PFC_SH73A0
62config PINCTRL_PFC_SH7720 62config PINCTRL_PFC_SH7720
63 def_bool y 63 def_bool y
64 depends on CPU_SUBTYPE_SH7720 64 depends on CPU_SUBTYPE_SH7720
65 depends on GENERIC_GPIO 65 depends on GPIOLIB
66 select PINCTRL_SH_PFC 66 select PINCTRL_SH_PFC
67 67
68config PINCTRL_PFC_SH7722 68config PINCTRL_PFC_SH7722
69 def_bool y 69 def_bool y
70 depends on CPU_SUBTYPE_SH7722 70 depends on CPU_SUBTYPE_SH7722
71 depends on GENERIC_GPIO 71 depends on GPIOLIB
72 select PINCTRL_SH_PFC 72 select PINCTRL_SH_PFC
73 73
74config PINCTRL_PFC_SH7723 74config PINCTRL_PFC_SH7723
75 def_bool y 75 def_bool y
76 depends on CPU_SUBTYPE_SH7723 76 depends on CPU_SUBTYPE_SH7723
77 depends on GENERIC_GPIO 77 depends on GPIOLIB
78 select PINCTRL_SH_PFC 78 select PINCTRL_SH_PFC
79 79
80config PINCTRL_PFC_SH7724 80config PINCTRL_PFC_SH7724
81 def_bool y 81 def_bool y
82 depends on CPU_SUBTYPE_SH7724 82 depends on CPU_SUBTYPE_SH7724
83 depends on GENERIC_GPIO 83 depends on GPIOLIB
84 select PINCTRL_SH_PFC 84 select PINCTRL_SH_PFC
85 85
86config PINCTRL_PFC_SH7734 86config PINCTRL_PFC_SH7734
87 def_bool y 87 def_bool y
88 depends on CPU_SUBTYPE_SH7734 88 depends on CPU_SUBTYPE_SH7734
89 depends on GENERIC_GPIO 89 depends on GPIOLIB
90 select PINCTRL_SH_PFC 90 select PINCTRL_SH_PFC
91 91
92config PINCTRL_PFC_SH7757 92config PINCTRL_PFC_SH7757
93 def_bool y 93 def_bool y
94 depends on CPU_SUBTYPE_SH7757 94 depends on CPU_SUBTYPE_SH7757
95 depends on GENERIC_GPIO 95 depends on GPIOLIB
96 select PINCTRL_SH_PFC 96 select PINCTRL_SH_PFC
97 97
98config PINCTRL_PFC_SH7785 98config PINCTRL_PFC_SH7785
99 def_bool y 99 def_bool y
100 depends on CPU_SUBTYPE_SH7785 100 depends on CPU_SUBTYPE_SH7785
101 depends on GENERIC_GPIO 101 depends on GPIOLIB
102 select PINCTRL_SH_PFC 102 select PINCTRL_SH_PFC
103 103
104config PINCTRL_PFC_SH7786 104config PINCTRL_PFC_SH7786
105 def_bool y 105 def_bool y
106 depends on CPU_SUBTYPE_SH7786 106 depends on CPU_SUBTYPE_SH7786
107 depends on GENERIC_GPIO 107 depends on GPIOLIB
108 select PINCTRL_SH_PFC 108 select PINCTRL_SH_PFC
109 109
110config PINCTRL_PFC_SHX3 110config PINCTRL_PFC_SHX3
111 def_bool y 111 def_bool y
112 depends on CPU_SUBTYPE_SHX3 112 depends on CPU_SUBTYPE_SHX3
113 depends on GENERIC_GPIO 113 depends on GPIOLIB
114 select PINCTRL_SH_PFC 114 select PINCTRL_SH_PFC
115 115
116endif 116endif