sh-pfc: Support pinmux info in driver data instead of platform data
[deliverable/linux.git] / drivers / pinctrl / sh-pfc / Kconfig
CommitLineData
6e54d8d2
LP
1#
2# Renesas SH and SH Mobile PINCTRL drivers
3#
afae021a 4
6e54d8d2
LP
5if ARCH_SHMOBILE || SUPERH
6
7config PINCTRL_SH_PFC
afae021a
PM
8 # XXX move off the gpio dependency
9 depends on GENERIC_GPIO
10 select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
ca5481c6
PM
11 select PINMUX
12 select PINCONF
f9492fda 13 def_bool y
6e54d8d2
LP
14 help
15 This enables pin control drivers for SH and SH Mobile platforms
ca5481c6 16
afae021a 17config GPIO_SH_PFC
6f6a4a68 18 bool "SuperH PFC GPIO support"
6e54d8d2 19 depends on PINCTRL_SH_PFC && GPIOLIB
afae021a
PM
20 help
21 This enables support for GPIOs within the SoC's pin function
22 controller.
6e54d8d2
LP
23
24endif
This page took 0.070636 seconds and 5 git commands to generate.