Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165477
b: refs/heads/master
c: 8bff82c
h: refs/heads/master
i:
  165475: f4e8499
v: v3
  • Loading branch information
Wan ZongShun authored and David Woodhouse committed Sep 19, 2009
1 parent c6a587b commit 94a60d8
Show file tree
Hide file tree
Showing 4 changed files with 391 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: fc28c39f0ef59bfb649ddfd633275be8e45c0f9c
refs/heads/master: 8bff82cbc30884fc52969608d090d874641e7196
7 changes: 7 additions & 0 deletions trunk/drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -452,4 +452,11 @@ config MTD_NAND_SOCRATES
help
Enables support for NAND Flash chips wired onto Socrates board.

config MTD_NAND_W90P910
tristate "Support for NAND on w90p910 evaluation board."
depends on ARCH_W90X900 && MTD_PARTITIONS
help
This enables the driver for the NAND Flash on evaluation board based
on w90p910.

endif # MTD_NAND
1 change: 1 addition & 0 deletions trunk/drivers/mtd/nand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ obj-$(CONFIG_MTD_NAND_SH_FLCTL) += sh_flctl.o
obj-$(CONFIG_MTD_NAND_MXC) += mxc_nand.o
obj-$(CONFIG_MTD_NAND_SOCRATES) += socrates_nand.o
obj-$(CONFIG_MTD_NAND_TXX9NDFMC) += txx9ndfmc.o
obj-$(CONFIG_MTD_NAND_W90P910) += w90p910_nand.o

nand-objs := nand_base.o nand_bbt.o
Loading

0 comments on commit 94a60d8

Please sign in to comment.