diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-07-09 13:50:57 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-07-09 17:14:01 +0200 |
commit | febf6db0d02c1bdadd4db621a0070b80eb94b7fb (patch) | |
tree | fd1d567701c3b67987146d1ebc222ff99e90baae | |
parent | 983fcc42a4ef40f9922901cde4f9d4387a29d4de (diff) | |
download | upstream-febf6db0d02c1bdadd4db621a0070b80eb94b7fb.tar.gz upstream-febf6db0d02c1bdadd4db621a0070b80eb94b7fb.tar.bz2 upstream-febf6db0d02c1bdadd4db621a0070b80eb94b7fb.zip |
ath79: add missing MTD_NAND_RB91X symbol
Looks like the symbol was forgotten for 5.4
Fixes: 820e660cd7 ("ath79: add NAND driver for MikroTik RB91xG series")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
(cherry picked from commit 52c27dab1973d523453fc1e319d8636e1cb10927)
-rw-r--r-- | target/linux/ath79/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/config-5.4 b/target/linux/ath79/config-5.4 index 4760e55b62..60f57692e2 100644 --- a/target/linux/ath79/config-5.4 +++ b/target/linux/ath79/config-5.4 @@ -173,6 +173,7 @@ CONFIG_MTD_CFI_GEOMETRY=y CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set +# CONFIG_MTD_NAND_RB91X is not set CONFIG_MTD_PARSER_CYBERTAN=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y |