diff options
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 |