sh-pfc: Remove unused resource and num_resources platform data fields
[linux-block.git] / drivers / sh / pfc / Kconfig
CommitLineData
afae021a
PM
1comment "Pin function controller options"
2
3config SH_PFC
4 # XXX move off the gpio dependency
5 depends on GENERIC_GPIO
6 select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
ca5481c6 7 select PINCTRL_SH_PFC
ca5481c6
PM
8 select PINCTRL
9 select PINMUX
10 select PINCONF
f9492fda 11 def_bool y
ca5481c6 12
afae021a 13config GPIO_SH_PFC
6f6a4a68 14 bool "SuperH PFC GPIO support"
afae021a
PM
15 depends on SH_PFC && GPIOLIB
16 help
17 This enables support for GPIOs within the SoC's pin function
18 controller.