Remove files now present upstream in files-2.6.25 (This is mostly just drivers/ssb...
[openwrt/staging/chunkeey.git] / target / linux / brcm47xx / patches-2.6.25 / 110-flash_map.patch
1 Index: linux-2.6.25/drivers/mtd/maps/Kconfig
2 ===================================================================
3 --- linux-2.6.25.orig/drivers/mtd/maps/Kconfig 2008-04-26 21:56:21.000000000 +0100
4 +++ linux-2.6.25/drivers/mtd/maps/Kconfig 2008-04-26 21:57:12.000000000 +0100
5 @@ -337,6 +337,12 @@ config MTD_CFI_FLAGADM
6 Mapping for the Flaga digital module. If you don't have one, ignore
7 this setting.
8
9 +config MTD_BCM47XX
10 + tristate "BCM47xx flash device"
11 + depends on MIPS && MTD_CFI && BCM47XX
12 + help
13 + Support for the flash chips on the BCM947xx board.
14 +
15 config MTD_WALNUT
16 tristate "Flash device mapped on IBM 405GP Walnut"
17 depends on MTD_JEDECPROBE && WALNUT && !PPC_MERGE
18 Index: linux-2.6.25/drivers/mtd/maps/Makefile
19 ===================================================================
20 --- linux-2.6.25.orig/drivers/mtd/maps/Makefile 2008-04-26 21:56:21.000000000 +0100
21 +++ linux-2.6.25/drivers/mtd/maps/Makefile 2008-04-26 21:57:12.000000000 +0100
22 @@ -31,6 +31,7 @@ obj-$(CONFIG_MTD_PMC_MSP_RAMROOT)+= pmcm
23 obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o
24 obj-$(CONFIG_MTD_RPXLITE) += rpxlite.o
25 obj-$(CONFIG_MTD_TQM8XXL) += tqm8xxl.o
26 +obj-$(CONFIG_MTD_BCM47XX) += bcm47xx-flash.o
27 obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o
28 obj-$(CONFIG_MTD_IPAQ) += ipaq-flash.o
29 obj-$(CONFIG_MTD_SBC_GXX) += sbc_gxx.o