xref: /openbmc/linux/drivers/sh/Kconfig (revision b16b2a26)
1menu "SuperH / SH-Mobile Driver Options"
2
3source "drivers/sh/intc/Kconfig"
4
5comment "Pin function controller options"
6
7config SH_PFC
8	# XXX move off the gpio dependency
9	depends on GENERIC_GPIO
10	select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
11	def_bool y
12
13config GPIO_SH_PFC
14	tristate "SuperH PFC GPIO support"
15	depends on SH_PFC && GPIOLIB
16	help
17	  This enables support for GPIOs within the SoC's pin function
18	  controller.
19
20endmenu
21