diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-31 18:52:29 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-01-08 08:46:23 +0100 |
commit | 71053fb1c645e86feb48051d6a4c58b8f2b26806 (patch) | |
tree | 54db24cd97ddc1d4322169709b99053059a55cfb /drivers/mtd/maps/Kconfig | |
parent | [MTD] mtdchar.c: ioctl always returns 0 as size written for ppc64 (diff) | |
download | linux-71053fb1c645e86feb48051d6a4c58b8f2b26806.tar.xz linux-71053fb1c645e86feb48051d6a4c58b8f2b26806.zip |
[MTD] [MAPS] Remove Photron PNC-2000 map driver
It should be done as a physmap device, and people keep turning it on and
whining about it.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 93dcb780db4b..12c253664eb2 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -110,13 +110,6 @@ config MTD_SUN_UFLASH Sun Microsystems boardsets. This driver will require CFI support in the kernel, so if you did not enable CFI previously, do that now. -config MTD_PNC2000 - tristate "CFI Flash device mapped on Photron PNC-2000" - depends on X86 && MTD_CFI && MTD_PARTITIONS - help - PNC-2000 is the name of Network Camera product from PHOTRON - Ltd. in Japan. It uses CFI-compliant flash. - config MTD_SC520CDP tristate "CFI Flash device mapped on AMD SC520 CDP" depends on X86 && MTD_CFI && MTD_CONCAT |