From 89d37aaa5c757ef70c75fd3aa2bc5b720c8ae77f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 18 Jan 2016 23:34:59 +0000 Subject: oxnas: add patches and config for Linux 4.4 Signed-off-by: Daniel Golle SVN-Revision: 48339 --- target/linux/oxnas/patches-4.4/350-oxnas-reset.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/oxnas/patches-4.4/350-oxnas-reset.patch (limited to 'target/linux/oxnas/patches-4.4/350-oxnas-reset.patch') diff --git a/target/linux/oxnas/patches-4.4/350-oxnas-reset.patch b/target/linux/oxnas/patches-4.4/350-oxnas-reset.patch new file mode 100644 index 0000000..e9aaf4b --- /dev/null +++ b/target/linux/oxnas/patches-4.4/350-oxnas-reset.patch @@ -0,0 +1,20 @@ +--- a/drivers/reset/Kconfig ++++ b/drivers/reset/Kconfig +@@ -12,4 +12,9 @@ menuconfig RESET_CONTROLLER + + If unsure, say no. + ++config RESET_CONTROLLER_OXNAS ++ bool ++ select RESET_CONTROLLER ++ + source "drivers/reset/sti/Kconfig" ++ +--- a/drivers/reset/Makefile ++++ b/drivers/reset/Makefile +@@ -1,4 +1,5 @@ + obj-$(CONFIG_RESET_CONTROLLER) += core.o ++obj-$(CONFIG_RESET_CONTROLLER_OXNAS) += reset-ox820.o + obj-$(CONFIG_ARCH_LPC18XX) += reset-lpc18xx.o + obj-$(CONFIG_ARCH_SOCFPGA) += reset-socfpga.o + obj-$(CONFIG_ARCH_BERLIN) += reset-berlin.o -- cgit v1.1