|
Prev: [PATCH 1/3] atmel_nand speedup via {read,write}s{b,w}()
Next: [GIT PATCH] ACPI patches for 2.6.26-rc6
From: Haavard Skinnemoen on 20 Jun 2008 03:50 From: David Brownell <dbrownell(a)users.sourceforge.net> There's no reason to prevent the Atmel NAND driver from building as a module. Signed-off-by: David Brownell <dbrownell(a)users.sourceforge.net> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen(a)atmel.com> --- 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 d8c0d86..71406e5 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 -- 1.5.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |