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:11:12 +0200 |
commit | 918908fe7639fde76c486b9be559992873978656 (patch) | |
tree | 02048e7949341931f2533d73c662f8a3850f4231 | |
parent | f4e3ff5b075bbab279bd06a7d3e0d9c950ee098c (diff) | |
download | upstream-918908fe7639fde76c486b9be559992873978656.tar.gz upstream-918908fe7639fde76c486b9be559992873978656.tar.bz2 upstream-918908fe7639fde76c486b9be559992873978656.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>
-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 9c5520775d..e37b728554 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 |