kernel: bump 4.9 to 4.9.100
[oweals/openwrt.git] / target / linux / ar71xx / patches-4.9 / 404-mtd-cybertan-trx-parser.patch
1 --- a/drivers/mtd/Kconfig
2 +++ b/drivers/mtd/Kconfig
3 @@ -178,6 +178,12 @@ menu "Partition parsers"
4  source "drivers/mtd/parsers/Kconfig"
5  endmenu
6  
7 +config MTD_CYBERTAN_PARTS
8 +       tristate "Cybertan partitioning support"
9 +       depends on ATH79
10 +       ---help---
11 +          Cybertan partitioning support
12 +
13  config MTD_MYLOADER_PARTS
14         tristate "MyLoader partition parsing"
15         depends on ADM5120 || ATH25 || ATH79
16 --- a/drivers/mtd/Makefile
17 +++ b/drivers/mtd/Makefile
18 @@ -17,6 +17,7 @@ obj-$(CONFIG_MTD_BCM63XX_PARTS)       += bcm63
19  obj-$(CONFIG_MTD_BCM47XX_PARTS)        += bcm47xxpart.o
20  obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
21  obj-y                          += parsers/
22 +obj-$(CONFIG_MTD_CYBERTAN_PARTS) += cybertan_part.o
23  
24  # 'Users' - code which presents functionality to userspace.
25  obj-$(CONFIG_MTD_BLKDEVS)      += mtd_blkdevs.o