Skip to content

Commit 77bf032

Browse files
Matthew Wilcox (Oracle)miquelraynal
authored andcommitted
mtd: Remove support for Carillo Ranch driver
As far as anybody can tell, this product never shipped. If it did, it shipped in 2007 and nobody has access to one any more. Remove the mtd NOR driver. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20231208224703.1603264-2-willy@infradead.org
1 parent 081064c commit 77bf032

File tree

3 files changed

+0
-273
lines changed

3 files changed

+0
-273
lines changed

drivers/mtd/maps/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,6 @@ config MTD_UCLINUX
341341
help
342342
Map driver to support image based filesystems for uClinux.
343343

344-
config MTD_INTEL_VR_NOR
345-
tristate "NOR flash on Intel Vermilion Range Expansion Bus CS0"
346-
depends on PCI
347-
help
348-
Map driver for a NOR flash bank located on the Expansion Bus of the
349-
Intel Vermilion Range chipset.
350-
351344
config MTD_PLATRAM
352345
tristate "Map driver for platform device RAM (mtd-ram)"
353346
select MTD_RAM

drivers/mtd/maps/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ obj-$(CONFIG_MTD_UCLINUX) += uclinux.o
4040
obj-$(CONFIG_MTD_NETtel) += nettel.o
4141
obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o
4242
obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o
43-
obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o
4443
obj-$(CONFIG_MTD_VMU) += vmu-flash.o
4544
obj-$(CONFIG_MTD_LANTIQ) += lantiq-flash.o

drivers/mtd/maps/intel_vr_nor.c

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)