da4e088471188a9f3a67e6403825e7908bc3fc48
[openwrt/openwrt.git] / target / linux / ar71xx / patches-4.4 / 471-ath79-tlt-rut900-flash-layout.patch
1 --- a/drivers/mtd/Kconfig
2 +++ b/drivers/mtd/Kconfig
3 @@ -202,6 +202,12 @@ config MTD_TPLINK_PARTS
4 ---help---
5 TBD.
6
7 +config MTD_TLT_PARTS
8 + tristate "Teltonika RUT900 partitioning support"
9 + depends on ATH79
10 + ---help---
11 + Teltonika RUT900 partitioning support
12 +
13 comment "User Modules And Translation Layers"
14
15 #
16 --- a/drivers/mtd/Makefile
17 +++ b/drivers/mtd/Makefile
18 @@ -18,6 +18,7 @@ obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47
19 obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
20 obj-$(CONFIG_MTD_TPLINK_PARTS) += tplinkpart.o
21 obj-$(CONFIG_MTD_CYBERTAN_PARTS) += cybertan_part.o
22 +obj-$(CONFIG_MTD_TLT_PARTS) += tltpart.o
23
24 # 'Users' - code which presents functionality to userspace.
25 obj-$(CONFIG_MTD_BLKDEVS) += mtd_blkdevs.o