diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 20:07:44 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 20:07:44 +0900 |
commit | 3eeebf17f31c583f83e081b17b3076477cb96886 (patch) | |
tree | b1e70bb1b0d9959179d9d8967543fc060a59aff5 /drivers/pcmcia/Kconfig | |
parent | 5ff0594e2f6fb3242a1a2a4794286244e95afab1 (diff) | |
download | linux-3eeebf17f31c583f83e081b17b3076477cb96886.tar.gz linux-3eeebf17f31c583f83e081b17b3076477cb96886.tar.xz |
sh: Kill off long-dead HD64465 cchip support.
This code has been dead for many years. The last update it received
was in 2003 in order to update it for the driver model changes, though
it had already been in disarray and unused before that point. The only
boards that ever used this chip have not had users in many years either,
so it is finally safe to just kill it off and move on with life.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index f57eeae3830a..222904411a13 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig @@ -188,10 +188,6 @@ config PCMCIA_M8XX This driver is also available as a module called m8xx_pcmcia. -config HD64465_PCMCIA - tristate "HD64465 host bridge support" - depends on HD64465 && PCMCIA - config PCMCIA_AU1X00 tristate "Au1x00 pcmcia support" depends on SOC_AU1X00 && PCMCIA |