aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sh-pfc/Kconfig
blob: ae69dbe18bfd7303416f78bde876eb3d7cbfc074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Renesas SH and SH Mobile PINCTRL drivers
#

if ARCH_SHMOBILE || SUPERH

config PINCTRL_SH_PFC
	# XXX move off the gpio dependency
	depends on GENERIC_GPIO
	select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
	select PINMUX
	select PINCONF
	def_bool y
	help
	  This enables pin control drivers for SH and SH Mobile platforms

config GPIO_SH_PFC
	bool "SuperH PFC GPIO support"
	depends on PINCTRL_SH_PFC && GPIOLIB
	help
	  This enables support for GPIOs within the SoC's pin function
	  controller.

endif