]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/sh/pfc/Kconfig
Merge branch 'pfc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas...
[karo-tx-linux.git] / drivers / sh / pfc / Kconfig
diff --git a/drivers/sh/pfc/Kconfig b/drivers/sh/pfc/Kconfig
deleted file mode 100644 (file)
index 804f9ad..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-comment "Pin function controller options"
-
-config SH_PFC
-       # XXX move off the gpio dependency
-       depends on GENERIC_GPIO
-       select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
-       select PINCTRL_SH_PFC
-       def_bool y
-
-#
-# Placeholder for now, rehome to drivers/pinctrl once the PFC APIs
-# have settled.
-#
-config PINCTRL_SH_PFC
-       tristate "SuperH PFC pin controller driver"
-       depends on SH_PFC
-       select PINCTRL
-       select PINMUX
-       select PINCONF
-
-config GPIO_SH_PFC
-       tristate "SuperH PFC GPIO support"
-       depends on SH_PFC && GPIOLIB
-       help
-         This enables support for GPIOs within the SoC's pin function
-         controller.