aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sh/pfc/Kconfig')
-rw-r--r--drivers/sh/pfc/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/sh/pfc/Kconfig b/drivers/sh/pfc/Kconfig
new file mode 100644
index 000000000000..95b04f4edb88
--- /dev/null
+++ b/drivers/sh/pfc/Kconfig
@@ -0,0 +1,14 @@
1comment "Pin function controller options"
2
3config 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
9config 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.