diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 18:10:08 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 18:10:09 +0200 |
commit | 05459a004a7e96c54123f5816fc15408df9b9f53 (patch) | |
tree | 623ee9d521b079fe70fe0f0d52db1c7f226a6af4 /target/linux | |
parent | 30cd012860c610ebd7ceef2cdac41aef1bf16aeb (diff) | |
download | upstream-05459a004a7e96c54123f5816fc15408df9b9f53.tar.gz upstream-05459a004a7e96c54123f5816fc15408df9b9f53.tar.bz2 upstream-05459a004a7e96c54123f5816fc15408df9b9f53.zip |
kernel: move the old gpio watchdog driver from generic to brcm47xx
brcm47xx is the only user
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/patches-4.1/831-old_gpio_wdt.patch (renamed from target/linux/generic/patches-4.1/990-gpio_wdt.patch) | 0 | ||||
-rw-r--r-- | target/linux/brcm47xx/patches-4.4/831-old_gpio_wdt.patch (renamed from target/linux/generic/patches-4.4/990-gpio_wdt.patch) | 0 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
4 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.1/990-gpio_wdt.patch b/target/linux/brcm47xx/patches-4.1/831-old_gpio_wdt.patch index 9f5e7faf00..9f5e7faf00 100644 --- a/target/linux/generic/patches-4.1/990-gpio_wdt.patch +++ b/target/linux/brcm47xx/patches-4.1/831-old_gpio_wdt.patch diff --git a/target/linux/generic/patches-4.4/990-gpio_wdt.patch b/target/linux/brcm47xx/patches-4.4/831-old_gpio_wdt.patch index 5856a5c50e..5856a5c50e 100644 --- a/target/linux/generic/patches-4.4/990-gpio_wdt.patch +++ b/target/linux/brcm47xx/patches-4.4/831-old_gpio_wdt.patch diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 3247b24e90..b5575cd2b0 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1234,7 +1234,6 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_TS5500 is not set # CONFIG_GPIO_VX855 is not set # CONFIG_GPIO_WATCHDOG is not set -# CONFIG_GPIO_WDT is not set # CONFIG_GPIO_XILINX is not set # CONFIG_GPIO_ZEVIO is not set # CONFIG_GREENASIA_FF is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index ed7ae3ee15..3f4c03fd49 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -1230,7 +1230,6 @@ CONFIG_GENERIC_NET_UTILS=y # CONFIG_GPIO_TS5500 is not set # CONFIG_GPIO_VX855 is not set # CONFIG_GPIO_WATCHDOG is not set -# CONFIG_GPIO_WDT is not set # CONFIG_GPIO_XILINX is not set # CONFIG_GPIO_ZEVIO is not set # CONFIG_GPIO_ZX is not set |