strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[15.05/openwrt.git] / target / linux / atheros / patches / 110-spiflash.patch
1 diff -urN linux.old/drivers/mtd/devices/Kconfig linux.dev/drivers/mtd/devices/Kconfig
2 --- linux.old/drivers/mtd/devices/Kconfig       2007-02-04 04:30:26.145338240 +0100
3 +++ linux.dev/drivers/mtd/devices/Kconfig       2007-02-02 23:48:28.748969000 +0100
4 @@ -76,6 +76,10 @@
5           used for program and data storage.  Set up your spi devices
6           with the right board-specific platform data.
7  
8 +config MTD_SPIFLASH
9 +       tristate "Atheros AR2315/6/7 SPI Flash support"
10 +       depends on ATHEROS_AR5315
11 +
12  config MTD_SLRAM
13         tristate "Uncached system RAM"
14         help
15 diff -urN linux.old/drivers/mtd/devices/Makefile linux.dev/drivers/mtd/devices/Makefile
16 --- linux.old/drivers/mtd/devices/Makefile      2007-02-04 04:30:26.146338088 +0100
17 +++ linux.dev/drivers/mtd/devices/Makefile      2007-02-02 23:48:28.749969000 +0100
18 @@ -18,3 +18,4 @@
19  obj-$(CONFIG_MTD_DATAFLASH)    += mtd_dataflash.o
20  obj-$(CONFIG_MTD_DATAFLASH26)  += at91_dataflash26.o
21  obj-$(CONFIG_MTD_M25P80)       += m25p80.o
22 +obj-$(CONFIG_MTD_SPIFLASH)     += spiflash.o