aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-06-21 23:50:05 +0200
committerDavid Bauer <mail@david-bauer.net>2021-06-22 00:39:48 +0200
commitf2f137593eb6c0e849352e85c003c91f8be81dd1 (patch)
tree104fdf6f87c1996fce417dc2b264b45e0be3a823 /target/linux/ath79
parent2c9537e27495afdf929975c8a154cc66de902df0 (diff)
downloadupstream-f2f137593eb6c0e849352e85c003c91f8be81dd1.tar.gz
upstream-f2f137593eb6c0e849352e85c003c91f8be81dd1.tar.bz2
upstream-f2f137593eb6c0e849352e85c003c91f8be81dd1.zip
ath79: add missing GPIO_LATCH symbol
Fixes commit 7b8931678c36 ("ath79: add gpio-latch driver for MikroTik RouterBOARDs") Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/config-5.101
-rw-r--r--target/linux/ath79/config-5.41
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10
index d4abddb445..c95c073563 100644
--- a/target/linux/ath79/config-5.10
+++ b/target/linux/ath79/config-5.10
@@ -72,6 +72,7 @@ CONFIG_GPIOLIB_IRQCHIP=y
CONFIG_GPIO_74X164=y
CONFIG_GPIO_ATH79=y
CONFIG_GPIO_GENERIC=y
+# CONFIG_GPIO_LATCH is not set
CONFIG_HANDLE_DOMAIN_IRQ=y
CONFIG_HARDWARE_WATCHPOINTS=y
CONFIG_HAS_DMA=y
diff --git a/target/linux/ath79/config-5.4 b/target/linux/ath79/config-5.4
index b39d5ec964..9c5520775d 100644
--- a/target/linux/ath79/config-5.4
+++ b/target/linux/ath79/config-5.4
@@ -90,6 +90,7 @@ CONFIG_GPIOLIB_IRQCHIP=y
CONFIG_GPIO_74X164=y
CONFIG_GPIO_ATH79=y
CONFIG_GPIO_GENERIC=y
+# CONFIG_GPIO_LATCH is not set
CONFIG_HANDLE_DOMAIN_IRQ=y
CONFIG_HARDWARE_WATCHPOINTS=y
CONFIG_HAS_DMA=y