aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2008-08-29 06:59:49 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-09-01 16:37:39 -0400
commit80ebf20f34c30760cfba7b5e0a418241181d2cd9 (patch)
tree3cfc47cf981911e077b9ae27d646553c2152ef30 /drivers/mtd/nand/Kconfig
parentc8ac3f818e1183eab8d08a41b01b6078c5df4b43 (diff)
[MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type table
This patch adds a MTD_NAND_PXA3xx_BUILTIN configuration variables which allows to disable usage of builtin flash-type table. Not enabling this option saves some space in the generated driver. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 8eb2b06cf0d9..6eebe852b9b3 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -334,6 +334,13 @@ config MTD_NAND_PXA3xx
334 This enables the driver for the NAND flash device found on 334 This enables the driver for the NAND flash device found on
335 PXA3xx processors 335 PXA3xx processors
336 336
337config MTD_NAND_PXA3xx_BUILTIN
338 bool "Use builtin definitions for some NAND chips (deprecated)"
339 depends on MTD_NAND_PXA3xx
340 help
341 This enables builtin definitions for some NAND chips. This
342 is deprecated in favor of platform specific data.
343
337config MTD_NAND_CM_X270 344config MTD_NAND_CM_X270
338 tristate "Support for NAND Flash on CM-X270 modules" 345 tristate "Support for NAND Flash on CM-X270 modules"
339 depends on MTD_NAND && MACH_ARMCORE 346 depends on MTD_NAND && MACH_ARMCORE