From: David Bauer Date: Mon, 21 Jun 2021 21:50:05 +0000 (+0200) Subject: ath79: add missing GPIO_LATCH symbol X-Git-Tag: v22.03.0-rc1~2300 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f2f137593eb6c0e849352e85c003c91f8be81dd1;p=openwrt%2Fopenwrt.git ath79: add missing GPIO_LATCH symbol Fixes commit 7b8931678c36 ("ath79: add gpio-latch driver for MikroTik RouterBOARDs") Signed-off-by: David Bauer --- 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