mtd/drivers/mtd/maps Kconfig, 1.45, 1.46 Makefile.common, 1.25,
1.26 elan-104nc.c, 1.26, NONE
dvrabel at infradead.org
dvrabel at infradead.org
Wed Mar 2 09:51:08 EST 2005
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv28034
Modified Files:
Kconfig Makefile.common
Removed Files:
elan-104nc.c
Log Message:
Remove support for the Arcom Elan-104NC since it's no longer being maintained.
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- Kconfig 27 Feb 2005 21:50:21 -0000 1.45
+++ Kconfig 2 Mar 2005 14:51:04 -0000 1.46
@@ -122,16 +122,6 @@
More info at
<http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>.
-config MTD_ELAN_104NC
- tristate "CFI Flash device mapped on Arcom ELAN-104NC"
- depends on X86 && MTD_CFI_INTELEXT && MTD_PARTITIONS && MTD_COMPLEX_MAPPINGS
- help
- This provides a driver for the on-board flash of the Arcom Control
- System's ELAN-104NC development board. By default the flash
- is split into 3 partitions which are accessed as separate MTD
- devices. This board utilizes Intel StrataFlash. More info at
- <http://www.arcomcontrols.com/products/icp/pc104/processors/ELAN104NC.htm>.
-
config MTD_LUBBOCK
tristate "CFI Flash device mapped on Intel Lubbock XScale eval board"
depends on ARCH_LUBBOCK && MTD_CFI_INTELEXT && MTD_PARTITIONS
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Makefile.common 27 Feb 2005 21:50:21 -0000 1.25
+++ Makefile.common 2 Mar 2005 14:51:04 -0000 1.26
@@ -15,7 +15,6 @@
obj-$(CONFIG_MTD_CSTM_MIPS_IXX) += cstm_mips_ixx.o
obj-$(CONFIG_MTD_DC21285) += dc21285.o
obj-$(CONFIG_MTD_DILNETPC) += dilnetpc.o
-obj-$(CONFIG_MTD_ELAN_104NC) += elan-104nc.o
obj-$(CONFIG_MTD_EPXA10DB) += epxa10db-flash.o
obj-$(CONFIG_MTD_IQ80310) += iq80310.o
obj-$(CONFIG_MTD_L440GX) += l440gx.o
--- elan-104nc.c DELETED ---
More information about the linux-mtd-cvs
mailing list