summaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/Kconfig
blob: 95b04f4edb880134ed61722ad7fddaae6a00d386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
comment "Pin function controller options"

config SH_PFC
	# XXX move off the gpio dependency
	depends on GENERIC_GPIO
	select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
	def_bool y

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