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