]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/sh/Kconfig
sh: pfc: Make gpio chip support optional where possible.
[karo-tx-linux.git] / drivers / sh / Kconfig
1 menu "SuperH / SH-Mobile Driver Options"
2
3 source "drivers/sh/intc/Kconfig"
4
5 comment "Pin function controller options"
6
7 config 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
13 config 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
20 endmenu