0d07d179d8
This reverts commit 582635b031
.
The segfault issue has disappeared, so the workaround is not needed
anymore.
31 lines
1017 B
Diff
31 lines
1017 B
Diff
From: Andreas Ziegler <github@andreas-ziegler.de>
|
|
Date: Thu, 3 Aug 2017 03:34:19 +0200
|
|
Subject: add CONFIG_GPIO_74X164 and CONFIG_SPI_GPIO for Archer C25
|
|
|
|
backport from e39dc8d823c86559eedbbdcee5f5c14b827fed0f
|
|
introduced for Archer C59/C60
|
|
|
|
Based-on-patch-by: Henryk Heisig <hyniu@o2.pl>
|
|
Signed-off-by: Andreas Ziegler <github@andreas-ziegler.de>
|
|
|
|
diff --git a/target/linux/ar71xx/config-4.4 b/target/linux/ar71xx/config-4.4
|
|
index e10401d42ae06506f82f2f5538fbc7df79fd4c65..c82fcf09228be7063967f2517e0942651234afb8 100644
|
|
--- a/target/linux/ar71xx/config-4.4
|
|
+++ b/target/linux/ar71xx/config-4.4
|
|
@@ -272,6 +272,7 @@ CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
CONFIG_GPIOLIB=y
|
|
CONFIG_GPIOLIB_IRQCHIP=y
|
|
CONFIG_GPIO_DEVRES=y
|
|
+CONFIG_GPIO_74X164=y
|
|
# CONFIG_GPIO_LATCH is not set
|
|
CONFIG_GPIO_NXP_74HC153=y
|
|
CONFIG_GPIO_PCF857X=y
|
|
@@ -429,6 +430,7 @@ CONFIG_SOC_QCA956X=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_ATH79=y
|
|
CONFIG_SPI_BITBANG=y
|
|
+CONFIG_SPI_GPIO=y
|
|
CONFIG_SPI_MASTER=y
|
|
# CONFIG_SPI_RB4XX is not set
|
|
# CONFIG_SPI_VSC7385 is not set
|