Skip to content

Commit

Permalink
mtd: onenand: remove OneNAND simulator
Browse files Browse the repository at this point in the history
This commit remove OneNAND simulator on the basis that it is useless.

Signed-off-by: Artem Bityutskiy <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dedekind authored and David Woodhouse committed Apr 5, 2013
1 parent e8caf4b commit 75d0c37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 573 deletions.
6 changes: 0 additions & 6 deletions drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,4 @@ config MTD_ONENAND_2X_PROGRAM

And more recent chips

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

endif # MTD_ONENAND
3 changes: 0 additions & 3 deletions drivers/mtd/onenand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
obj-$(CONFIG_MTD_ONENAND_OMAP2) += omap2.o
obj-$(CONFIG_MTD_ONENAND_SAMSUNG) += samsung.o

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

onenand-objs = onenand_base.o onenand_bbt.o
Loading

0 comments on commit 75d0c37

Please sign in to comment.