diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-04-28 11:46:49 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-05-13 20:51:20 -0400 |
commit | 46f3e88bd9da010e76a9049d55cf9013560b5903 (patch) | |
tree | 573b63d206706f28549e482a41e248db4208fe4f /drivers/mtd/onenand/Kconfig | |
parent | c37cb56fb15d0f8e4180b19eed20f52fe8641b54 (diff) |
mtd: add Samsung SoC OneNAND driver
This patch adds a driver for OneNAND controller on Samsung SoCs.
Following SoCs are supported: S3C6400, S3C6410, S5PC100 and S5PC110.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/onenand/Kconfig')
-rw-r--r-- | drivers/mtd/onenand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig index 3a9f15784600..9a49d68ba5f9 100644 --- a/drivers/mtd/onenand/Kconfig +++ b/drivers/mtd/onenand/Kconfig | |||
@@ -30,6 +30,13 @@ config MTD_ONENAND_OMAP2 | |||
30 | Support for a OneNAND flash device connected to an OMAP2/OMAP3 CPU | 30 | Support for a OneNAND flash device connected to an OMAP2/OMAP3 CPU |
31 | via the GPMC memory controller. | 31 | via the GPMC memory controller. |
32 | 32 | ||
33 | config MTD_ONENAND_SAMSUNG | ||
34 | tristate "OneNAND on Samsung SOC controller support" | ||
35 | depends on MTD_ONENAND && (ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210) | ||
36 | help | ||
37 | Support for a OneNAND flash device connected to an Samsung SOC | ||
38 | S3C64XX/S5PC1XX controller. | ||
39 | |||
33 | config MTD_ONENAND_OTP | 40 | config MTD_ONENAND_OTP |
34 | bool "OneNAND OTP Support" | 41 | bool "OneNAND OTP Support" |
35 | select HAVE_MTD_OTP | 42 | select HAVE_MTD_OTP |