[patch 1.1] cfi_cmdset_0020.c update
Jörn Engel
joern at wohnheim.fh-wedel.de
Thu Jul 11 10:00:28 EDT 2002
I forgot the config option. This is the update for the Makefile and
Config.in.
Common subdirectories: new_chips/CVS and new_chips2/CVS
diff -u new_chips/Config.in new_chips2/Config.in
--- new_chips/Config.in Wed Feb 13 17:29:15 2002
+++ new_chips2/Config.in Thu Jul 11 15:43:48 2002
@@ -44,6 +44,7 @@
fi
dep_tristate ' Support for Intel/Sharp flash chips' CONFIG_MTD_CFI_INTELEXT $CONFIG_MTD_GEN_PROBE
dep_tristate ' Support for AMD/Fujitsu flash chips' CONFIG_MTD_CFI_AMDSTD $CONFIG_MTD_GEN_PROBE
+dep_tristate ' Support for ST (Advanced Architecture) flash chips' CONFIG_MTD_CFI_STAA $CONFIG_MTD_GEN_PROBE
dep_tristate ' Support for RAM chips in bus mapping' CONFIG_MTD_RAM $CONFIG_MTD
dep_tristate ' Support for ROM chips in bus mapping' CONFIG_MTD_ROM $CONFIG_MTD
diff -u new_chips/Makefile new_chips2/Makefile
--- new_chips/Makefile Thu Jan 10 21:27:40 2002
+++ new_chips2/Makefile Thu Jul 11 15:43:05 2002
@@ -19,6 +19,7 @@
obj-$(CONFIG_MTD_CFI) += cfi_probe.o
obj-$(CONFIG_MTD_CFI_AMDSTD) += cfi_cmdset_0002.o
obj-$(CONFIG_MTD_CFI_INTELEXT) += cfi_cmdset_0001.o
+obj-$(CONFIG_MTD_CFI_STAA) += cfi_cmdset_0020.o
obj-$(CONFIG_MTD_GEN_PROBE) += gen_probe.o
obj-$(CONFIG_MTD_JEDEC) += jedec.o
obj-$(CONFIG_MTD_JEDECPROBE) += jedec_probe.o
More information about the linux-mtd
mailing list