aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2008-07-04 02:40:19 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-11 09:52:54 -0400
commitbd5a43822b438f297f4088f1cfd3514e32e56328 (patch)
treee3cda4c8e433b7bb9fecb5b63fd55ef02dd68caf /drivers
parentd6248fddf717041f25781050e6392cc76525272d (diff)
[MTD] [NAND] atmel_nand can be modular
There's no reason to prevent the Atmel NAND driver from building as a module. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: HÃ¥vard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index d8c0d8698b49..71406e517857 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -272,7 +272,7 @@ config MTD_NAND_CS553X
272 If you say "m", the module will be called "cs553x_nand.ko". 272 If you say "m", the module will be called "cs553x_nand.ko".
273 273
274config MTD_NAND_ATMEL 274config MTD_NAND_ATMEL
275 bool "Support for NAND Flash / SmartMedia on AT91 and AVR32" 275 tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32"
276 depends on ARCH_AT91 || AVR32 276 depends on ARCH_AT91 || AVR32
277 help 277 help
278 Enables support for NAND Flash / Smart Media Card interface 278 Enables support for NAND Flash / Smart Media Card interface