Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165456
b: refs/heads/master
c: ec77e21
h: refs/heads/master
v: v3
  • Loading branch information
Ryan Mallon authored and David Woodhouse committed Sep 19, 2009
1 parent a3b6d1b commit 82c438a
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91e0955b57377578f7555b5d0f2a21040691004b
refs/heads/master: ec77e21b91f0393a5201cfd4571a82ab7d64fd29
10 changes: 10 additions & 0 deletions trunk/drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ config M25PXX_USE_FAST_READ
help
This option enables FAST_READ access supported by ST M25Pxx.

config MTD_SST25L
tristate "Support SST25L (non JEDEC) SPI Flash chips"
depends on SPI_MASTER
help
This enables access to the non JEDEC SST25L SPI flash chips, used
for program and data storage.

Set up your spi devices with the right board-specific platform data,
if you want to specify device partitioning.

config MTD_SLRAM
tristate "Uncached system RAM"
help
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/devices/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
obj-$(CONFIG_MTD_M25P80) += m25p80.o
obj-$(CONFIG_MTD_SST25L) += sst25l.o
Loading

0 comments on commit 82c438a

Please sign in to comment.