Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195965
b: refs/heads/master
c: 46f3e88
h: refs/heads/master
i:
  195963: 87659da
v: v3
  • Loading branch information
Kyungmin Park authored and David Woodhouse committed May 14, 2010
1 parent bb490cc commit 511c654
Show file tree
Hide file tree
Showing 4 changed files with 1,080 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: c37cb56fb15d0f8e4180b19eed20f52fe8641b54
refs/heads/master: 46f3e88bd9da010e76a9049d55cf9013560b5903
7 changes: 7 additions & 0 deletions trunk/drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ config MTD_ONENAND_OMAP2
Support for a OneNAND flash device connected to an OMAP2/OMAP3 CPU
via the GPMC memory controller.

config MTD_ONENAND_SAMSUNG
tristate "OneNAND on Samsung SOC controller support"
depends on MTD_ONENAND && (ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210)
help
Support for a OneNAND flash device connected to an Samsung SOC
S3C64XX/S5PC1XX controller.

config MTD_ONENAND_OTP
bool "OneNAND OTP Support"
select HAVE_MTD_OTP
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/onenand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_MTD_ONENAND) += onenand.o
# Board specific.
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
Expand Down
Loading

0 comments on commit 511c654

Please sign in to comment.