d7dbfee1bc707a44eb2f784ef901c76bbf6cf911
[firefly-linux-kernel-4.4.55.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