xref: /openbmc/linux/drivers/sh/Kconfig (revision b16b2a26)
12be6bb0cSPaul Mundtmenu "SuperH / SH-Mobile Driver Options"
243b8774dSPaul Mundt
32be6bb0cSPaul Mundtsource "drivers/sh/intc/Kconfig"
443b8774dSPaul Mundt
5b16b2a26SPaul Mundtcomment "Pin function controller options"
6b16b2a26SPaul Mundt
7b16b2a26SPaul Mundtconfig SH_PFC
8b16b2a26SPaul Mundt	# XXX move off the gpio dependency
9b16b2a26SPaul Mundt	depends on GENERIC_GPIO
10b16b2a26SPaul Mundt	select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
11b16b2a26SPaul Mundt	def_bool y
12b16b2a26SPaul Mundt
13b16b2a26SPaul Mundtconfig GPIO_SH_PFC
14b16b2a26SPaul Mundt	tristate "SuperH PFC GPIO support"
15b16b2a26SPaul Mundt	depends on SH_PFC && GPIOLIB
16b16b2a26SPaul Mundt	help
17b16b2a26SPaul Mundt	  This enables support for GPIOs within the SoC's pin function
18b16b2a26SPaul Mundt	  controller.
19b16b2a26SPaul Mundt
202be6bb0cSPaul Mundtendmenu
21