From: David Brownell There's no reason to prevent the Atmel NAND driver from building as a module. Signed-off-by: David Brownell Signed-off-by: Haavard Skinnemoen Acked-by: Andrew Victor Cc: David Woodhouse Signed-off-by: Andrew Morton --- drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/nand/Kconfig~mtd-atmel_nand-can-be-modular drivers/mtd/nand/Kconfig --- a/drivers/mtd/nand/Kconfig~mtd-atmel_nand-can-be-modular +++ a/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 _