aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/mikrotik/config-default
diff options
context:
space:
mode:
authorDenis Kalashnikov <denis281089@gmail.com>2021-05-27 11:16:45 +0300
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-07-09 17:14:01 +0200
commitbd2e070557cfa0dd77ee0f726cdab262c82cd5c1 (patch)
tree11272dbf9d8ef597c58c600431df0c1da10b6ebd /target/linux/ath79/mikrotik/config-default
parent43723e6db9a5fca33ccdc1f9344cc6f7cf04e7df (diff)
downloadupstream-bd2e070557cfa0dd77ee0f726cdab262c82cd5c1.tar.gz
upstream-bd2e070557cfa0dd77ee0f726cdab262c82cd5c1.tar.bz2
upstream-bd2e070557cfa0dd77ee0f726cdab262c82cd5c1.zip
ath79: add NAND driver for MikroTik RB91xG series
Main part is copied from ar71xx original driver rb91x_nand written by Gabor Juhos <juhosg@openwrt.org>. What is done: * Support of kernel 5.4 and 5.10, * DTS support, * New gpio API (gpiod_*) support. Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> Signed-off-by: Denis Kalashnikov <denis281089@gmail.com> (cherry-picked from commit 820e660cd7463aa6d5ed9d31baf0f3c35596ce57)
Diffstat (limited to 'target/linux/ath79/mikrotik/config-default')
-rw-r--r--target/linux/ath79/mikrotik/config-default1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default
index 8609893f6e..97dddfb197 100644
--- a/target/linux/ath79/mikrotik/config-default
+++ b/target/linux/ath79/mikrotik/config-default
@@ -15,6 +15,7 @@ CONFIG_MTD_NAND_AR934X=y
CONFIG_MTD_NAND_CORE=y
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_RB4XX=y
+CONFIG_MTD_NAND_RB91X=y
CONFIG_MTD_RAW_NAND=y
CONFIG_MTD_ROUTERBOOT_PARTS=y
CONFIG_MTD_SPI_NAND=y