diff options
author | David Brownell <[email protected]> | 2008-07-03 23:40:19 -0700 |
---|---|---|
committer | David Woodhouse <[email protected]> | 2008-07-11 14:52:54 +0100 |
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 <[email protected]>
Signed-off-by: HÃ¥vard Skinnemoen <[email protected]>
Acked-by: Andrew Victor <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
-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 If you say "m", the module will be called "cs553x_nand.ko". config MTD_NAND_ATMEL - bool "Support for NAND Flash / SmartMedia on AT91 and AVR32" + tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32" depends on ARCH_AT91 || AVR32 help Enables support for NAND Flash / Smart Media Card interface |