8fe6f1e531f6d922b3729a523f3539bfef399d4f
[openwrt/openwrt.git] / target / linux / adm8668 / patches-3.3 / 003-adm8668_nor_map.patch
1 --- a/drivers/mtd/maps/Kconfig
2 +++ b/drivers/mtd/maps/Kconfig
3 @@ -96,6 +96,12 @@ config MSP_FLASH_MAP_LIMIT
4 default "0x02000000"
5 depends on MSP_FLASH_MAP_LIMIT_32M
6
7 +config MTD_ADM8668_PARTS
8 + tristate "ADM8668 partition parser"
9 + depends on ADM8668
10 + help
11 + Partition parser for the Infineon/ADMTek ADM8668 (WildPass).
12 +
13 config MTD_SUN_UFLASH
14 tristate "Sun Microsystems userflash support"
15 depends on SPARC && MTD_CFI && PCI
16 --- a/drivers/mtd/maps/Makefile
17 +++ b/drivers/mtd/maps/Makefile
18 @@ -7,6 +7,7 @@ obj-$(CONFIG_MTD) += map_funcs.o
19 endif
20
21 # Chip mappings
22 +obj-$(CONFIG_MTD_ADM8668_PARTS) += adm8668.o
23 obj-$(CONFIG_MTD_CDB89712) += cdb89712.o
24 obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o
25 obj-$(CONFIG_MTD_DC21285) += dc21285.o