nfs: Show original device name verbatim in /proc/*/mount{s,info}
[linux/fpc-iii.git] / drivers / sh / pfc / Kconfig
blob804f9ad1bf4a9a219397ced127572b389ec05999
1 comment "Pin function controller options"
3 config SH_PFC
4         # XXX move off the gpio dependency
5         depends on GENERIC_GPIO
6         select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
7         select PINCTRL_SH_PFC
8         def_bool y
11 # Placeholder for now, rehome to drivers/pinctrl once the PFC APIs
12 # have settled.
14 config PINCTRL_SH_PFC
15         tristate "SuperH PFC pin controller driver"
16         depends on SH_PFC
17         select PINCTRL
18         select PINMUX
19         select PINCONF
21 config GPIO_SH_PFC
22         tristate "SuperH PFC GPIO support"
23         depends on SH_PFC && GPIOLIB
24         help
25           This enables support for GPIOs within the SoC's pin function
26           controller.