patch-2.4.6 linux/drivers/mtd/nand/Config.in

Next file: linux/drivers/mtd/nand/Makefile
Previous file: linux/drivers/mtd/mtdram.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/drivers/mtd/nand/Config.in linux/drivers/mtd/nand/Config.in
@@ -0,0 +1,18 @@
+# drivers/mtd/nand/Config.in
+
+# $Id: Config.in,v 1.3 2001/07/03 17:50:56 sjhill Exp $
+
+mainmenu_option next_comment
+
+comment 'NAND Flash Device Drivers'
+
+dep_tristate '  NAND Device Support' CONFIG_MTD_NAND $CONFIG_MTD
+if [ "$CONFIG_MTD_NAND" = "y" -o "$CONFIG_MTD_NAND" = "m" ]; then
+   bool '    Enable ECC correction algorithm'  CONFIG_MTD_NAND_ECC y
+   bool '    Verify NAND page writes' CONFIG_MTD_NAND_VERIFY_WRITE y
+fi
+if [ "$CONFIG_ARM" = "y" -a "$CONFIG_ARCH_P720T" = "y" ]; then
+   dep_tristate '  NAND Flash device on SPIA board' CONFIG_MTD_NAND_SPIA $CONFIG_MTD_NAND
+fi
+
+endmenu

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)