diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-07-04 02:40:19 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 09:52:54 -0400 |
commit | bd5a43822b438f297f4088f1cfd3514e32e56328 (patch) | |
tree | e3cda4c8e433b7bb9fecb5b63fd55ef02dd68caf | |
parent | d6248fddf717041f25781050e6392cc76525272d (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>
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
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 | ||
274 | config MTD_NAND_ATMEL | 274 | config 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 |