diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:40:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:40:54 +0000 |
commit | a992489e4b4c20a6445b343cfbee7fa62340c331 (patch) | |
tree | 4652e2bbd2aafd9590f07f45509b839ecae1ef96 /target/linux/oxnas/patches-3.14/330-oxnas-pinctrl.patch | |
parent | fe33c185bd7027bb37d8cc0b16ba2cea3e834ccd (diff) | |
download | upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.tar.gz upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.tar.bz2 upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.zip |
oxnas: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44819
Diffstat (limited to 'target/linux/oxnas/patches-3.14/330-oxnas-pinctrl.patch')
-rw-r--r-- | target/linux/oxnas/patches-3.14/330-oxnas-pinctrl.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/oxnas/patches-3.14/330-oxnas-pinctrl.patch b/target/linux/oxnas/patches-3.14/330-oxnas-pinctrl.patch deleted file mode 100644 index 5451962b4b..0000000000 --- a/target/linux/oxnas/patches-3.14/330-oxnas-pinctrl.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/drivers/pinctrl/Kconfig -+++ b/drivers/pinctrl/Kconfig -@@ -87,6 +87,15 @@ config PINCTRL_AT91 - help - Say Y here to enable the at91 pinctrl driver - -+config PINCTRL_OXNAS -+ bool "OXNAS pinctrl driver" -+ depends on OF -+ depends on ARCH_OXNAS -+ select PINMUX -+ select PINCONF -+ help -+ Say Y here to enable the oxnas pinctrl driver -+ - config PINCTRL_BAYTRAIL - bool "Intel Baytrail GPIO pin control" - depends on GPIOLIB && ACPI && X86 ---- a/drivers/pinctrl/Makefile -+++ b/drivers/pinctrl/Makefile -@@ -67,6 +67,7 @@ obj-$(CONFIG_PINCTRL_LANTIQ) += pinctrl- - obj-$(CONFIG_PINCTRL_TB10X) += pinctrl-tb10x.o - obj-$(CONFIG_PINCTRL_ST) += pinctrl-st.o - obj-$(CONFIG_PINCTRL_VF610) += pinctrl-vf610.o -+obj-$(CONFIG_PINCTRL_OXNAS) += pinctrl-oxnas.o - - obj-$(CONFIG_PLAT_ORION) += mvebu/ - obj-$(CONFIG_ARCH_SHMOBILE) += sh-pfc/ |