Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68472
b: refs/heads/master
c: 8dab169
h: refs/heads/master
v: v3
  • Loading branch information
Kyungmin Park authored and David Woodhouse committed Jun 30, 2007
1 parent f66b431 commit 85b0025
Show file tree
Hide file tree
Showing 4 changed files with 506 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: ee9745fcf214272b7cdd9d320d044cf433ee958e
refs/heads/master: 8dab169b8bdea3bcbc08b15fdbd9a21526fdbb77
7 changes: 7 additions & 0 deletions trunk/drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,11 @@ config MTD_ONENAND_2X_PROGRAM

And more recent chips

config MTD_ONENAND_SIM
tristate "OneNAND simulator support"
depends on MTD_PARTITIONS
help
The simulator may simulate various OneNAND flash chips for the
OneNAND MTD layer.

endif # MTD_ONENAND
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/onenand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ obj-$(CONFIG_MTD_ONENAND) += onenand.o
# Board specific.
obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o

# Simulator
obj-$(CONFIG_MTD_ONENAND_SIM) += onenand_sim.o

onenand-objs = onenand_base.o onenand_bbt.o
Loading

0 comments on commit 85b0025

Please sign in to comment.