Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18413
b: refs/heads/master
c: 2f9f762
h: refs/heads/master
i:
  18411: b96f961
v: v3
  • Loading branch information
Mike Lavender authored and Greg Kroah-Hartman committed Jan 14, 2006
1 parent 1f18a60 commit 9ab7b4d
Show file tree
Hide file tree
Showing 5 changed files with 594 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: 9904f22a7202c6b54e96b0cc9870817013c350a1
refs/heads/master: 2f9f762879015d738a5ec2ac8a16be94b3a4a06d
8 changes: 8 additions & 0 deletions trunk/drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ config MTD_DATAFLASH
Sometimes DataFlash chips are packaged inside MMC-format
cards; at this writing, the MMC stack won't handle those.

config MTD_M25P80
tristate "Support for M25 SPI Flash"
depends on MTD && SPI_MASTER && EXPERIMENTAL
help
This enables access to ST M25P80 and similar SPI flash chips,
used for program and data storage. Set up your spi devices
with the right board-specific platform data.

config MTD_SLRAM
tristate "Uncached system RAM"
depends on MTD
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 @@ -24,3 +24,4 @@ obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
obj-$(CONFIG_MTD_M25P80) += m25p80.o
Loading

0 comments on commit 9ab7b4d

Please sign in to comment.