]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/sh/pfc/Kconfig
95b04f4edb880134ed61722ad7fddaae6a00d386
[karo-tx-linux.git] / drivers / sh / pfc / Kconfig
1 comment "Pin function controller options"
2
3 config SH_PFC
4         # XXX move off the gpio dependency
5         depends on GENERIC_GPIO
6         select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
7         def_bool y
8
9 config GPIO_SH_PFC
10         tristate "SuperH PFC GPIO support"
11         depends on SH_PFC && GPIOLIB
12         help
13           This enables support for GPIOs within the SoC's pin function
14           controller.