diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2020-03-24 22:31:17 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-08 15:17:17 +0200 |
commit | 65d5053045800b04d0f2cebdf3a3f7ea9fe1864d (patch) | |
tree | e9ee60a002c335c4d28572cd49c20c17c15afb36 /target/linux/ath79 | |
parent | 1dcc2249cd5d28a1f14b576138dbcf84ac011ee1 (diff) | |
download | upstream-65d5053045800b04d0f2cebdf3a3f7ea9fe1864d.tar.gz upstream-65d5053045800b04d0f2cebdf3a3f7ea9fe1864d.tar.bz2 upstream-65d5053045800b04d0f2cebdf3a3f7ea9fe1864d.zip |
ath79/mikrotik: enable mikrotik platform driver
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/mikrotik/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default index e1e30dbe8f..83be852804 100644 --- a/target/linux/ath79/mikrotik/config-default +++ b/target/linux/ath79/mikrotik/config-default @@ -6,6 +6,8 @@ CONFIG_GPIO_WATCHDOG=y CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y CONFIG_LEDS_RESET=y CONFIG_LZO_DECOMPRESS=y +CONFIG_MIKROTIK=y +CONFIG_MIKROTIK_RB_SYSFS=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_AR934X=y CONFIG_MTD_NAND_CORE=y |