aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-03-12 14:08:30 +0100
committerDavid Bauer <mail@david-bauer.net>2020-03-12 20:27:36 +0100
commit86fe34894990153af52ec11c8db174b44a192266 (patch)
tree8cfa2719448b69b4d201e2a58be2d70629ca0fe2
parent3666c67a5430abea1b70864e9cf218c1f192f5de (diff)
downloadupstream-86fe34894990153af52ec11c8db174b44a192266.tar.gz
upstream-86fe34894990153af52ec11c8db174b44a192266.tar.bz2
upstream-86fe34894990153af52ec11c8db174b44a192266.zip
ath79: add back NAND symbols to NAND target
The NAND config symbols were removed unintentionally while adding support for Linux 5.4. Add the respective symbols for v4.19 as well as v5.4. Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r--target/linux/ath79/nand/config-default3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/nand/config-default b/target/linux/ath79/nand/config-default
index 50bc550794..52e12fa281 100644
--- a/target/linux/ath79/nand/config-default
+++ b/target/linux/ath79/nand/config-default
@@ -5,7 +5,10 @@ CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_LZO=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
+CONFIG_MTD_NAND=y
+CONFIG_MTD_NAND_AR934X=y
CONFIG_MTD_NAND_CORE=y
+CONFIG_MTD_RAW_NAND=y
CONFIG_MTD_SPI_NAND=y
CONFIG_MTD_SPLIT_MINOR_FW=y
CONFIG_MTD_UBI=y