diff mbox series

[OpenWrt-Devel] ipq40xx: 5.4: enable NAND

Message ID 20200315123640.16614-1-robimarko@gmail.com
State Accepted, archived
Delegated to: Christian Lamparter
Headers show
Series [OpenWrt-Devel] ipq40xx: 5.4: enable NAND | expand

Commit Message

Robert Marko March 15, 2020, 12:36 p.m. UTC
From: "Signed-off-by: Robert Marko" <robert.marko@sartura.hr>

Lets enable RAW NAND and Qcom NANDC drivers again in kernel 5.4.
They were dropped when 5.4 support was introduced due to upstream changing the symbol names so refreshing was not enough.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 target/linux/ipq40xx/config-5.4 | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4
index fcd7c11b1f..2c6c6500eb 100644
--- a/target/linux/ipq40xx/config-5.4
+++ b/target/linux/ipq40xx/config-5.4
@@ -336,6 +336,9 @@  CONFIG_MODULES_USE_ELF_REL=y
 # CONFIG_MSM_MMCC_8996 is not set
 CONFIG_MTD_CMDLINE_PARTS=y
 CONFIG_MTD_NAND_CORE=y
+CONFIG_MTD_NAND_ECC_SW_HAMMING=y
+CONFIG_MTD_NAND_QCOM=y
+CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_SPI_NAND=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_MTD_SPLIT_FIRMWARE=y