Skip to content

Commit

Permalink
mtd: OneNAND: S5PC210 OneNAND support
Browse files Browse the repository at this point in the history
S5PC210 has the same OneNAND controller as S5PC110

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Kyungmin Park authored and David Woodhouse committed Oct 24, 2010
1 parent e23abf4 commit 861fae1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ config MTD_ONENAND_OMAP2

config MTD_ONENAND_SAMSUNG
tristate "OneNAND on Samsung SOC controller support"
depends on ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
depends on ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5PV310
help
Support for a OneNAND flash device connected to an Samsung SOC
S3C64XX/S5PC1XX controller.
Support for a OneNAND flash device connected to an Samsung SOC.
S3C64XX/S5PC100 use command mapping method.
S5PC110/S5PC210 use generic OneNAND method.

config MTD_ONENAND_OTP
bool "OneNAND OTP Support"
Expand Down

0 comments on commit 861fae1

Please sign in to comment.