diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/Kconfig')
-rw-r--r-- | drivers/pinctrl/sh-pfc/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig index 26187aa5cf5b..8c4b3d391823 100644 --- a/drivers/pinctrl/sh-pfc/Kconfig +++ b/drivers/pinctrl/sh-pfc/Kconfig | |||
@@ -20,6 +20,11 @@ config GPIO_SH_PFC | |||
20 | This enables support for GPIOs within the SoC's pin function | 20 | This enables support for GPIOs within the SoC's pin function |
21 | controller. | 21 | controller. |
22 | 22 | ||
23 | config PINCTRL_PFC_EMEV2 | ||
24 | def_bool y | ||
25 | depends on ARCH_EMEV2 | ||
26 | select PINCTRL_SH_PFC | ||
27 | |||
23 | config PINCTRL_PFC_R8A73A4 | 28 | config PINCTRL_PFC_R8A73A4 |
24 | def_bool y | 29 | def_bool y |
25 | depends on ARCH_R8A73A4 | 30 | depends on ARCH_R8A73A4 |
@@ -68,11 +73,6 @@ config PINCTRL_PFC_SH7269 | |||
68 | depends on GPIOLIB | 73 | depends on GPIOLIB |
69 | select PINCTRL_SH_PFC | 74 | select PINCTRL_SH_PFC |
70 | 75 | ||
71 | config PINCTRL_PFC_SH7372 | ||
72 | def_bool y | ||
73 | depends on ARCH_SH7372 | ||
74 | select PINCTRL_SH_PFC | ||
75 | |||
76 | config PINCTRL_PFC_SH73A0 | 76 | config PINCTRL_PFC_SH73A0 |
77 | def_bool y | 77 | def_bool y |
78 | depends on ARCH_SH73A0 | 78 | depends on ARCH_SH73A0 |