Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34149
b: refs/heads/master
c: 51197ab
h: refs/heads/master
i:
  34147: 22c6095
v: v3
  • Loading branch information
Claudio Lanconelli authored and David Woodhouse committed Sep 22, 2006
1 parent 6b7d0ad commit d78a1b6
Show file tree
Hide file tree
Showing 4 changed files with 478 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: 98aacdfde05ccf512d4395eed0d4894eea2d163c
refs/heads/master: 51197abf29657373bcf9803d87da3c3d8fc3a37e
8 changes: 8 additions & 0 deletions trunk/drivers/mtd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,14 @@ config RFD_FTL

http://www.gensw.com/pages/prod/bios/rfd.htm

config SSFDC
bool "NAND SSFDC (SmartMedia) read only translation layer"
depends on MTD
default n
help
This enables read only access to SmartMedia formatted NAND
flash. You can mount it with FAT file system.

source "drivers/mtd/chips/Kconfig"

source "drivers/mtd/maps/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ obj-$(CONFIG_FTL) += ftl.o mtd_blkdevs.o
obj-$(CONFIG_NFTL) += nftl.o mtd_blkdevs.o
obj-$(CONFIG_INFTL) += inftl.o mtd_blkdevs.o
obj-$(CONFIG_RFD_FTL) += rfd_ftl.o mtd_blkdevs.o
obj-$(CONFIG_SSFDC) += ssfdc.o mtd_blkdevs.o

nftl-objs := nftlcore.o nftlmount.o
inftl-objs := inftlcore.o inftlmount.o
Expand Down
Loading

0 comments on commit d78a1b6

Please sign in to comment.