From: Frederik Schüler Date: Fri, 5 Jan 2007 15:55:24 +0000 (+0000) Subject: Add removal patches for: 3c359, smctr, keyspan, cops X-Git-Tag: archive/raspbian/5.10.205-2+rpi1^2~94 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6f046f6b7166f1f9381283a6b6238595cc6bc9b1;p=linux.git Add removal patches for: 3c359, smctr, keyspan, cops Forwarded: not-needed Gbp-Pq: Topic debian/dfsg Gbp-Pq: Name drivers-net-appletalk-cops.patch --- diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index 43918398f0d..a5263be17d1 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig @@ -50,33 +50,6 @@ config LTPC This driver is experimental, which means that it may not work. See the file . -config COPS - tristate "COPS LocalTalk PC support" - depends on DEV_APPLETALK && (ISA || EISA) - help - This allows you to use COPS AppleTalk cards to connect to LocalTalk - networks. You also need version 1.3.3 or later of the netatalk - package. This driver is experimental, which means that it may not - work. This driver will only work if you choose "AppleTalk DDP" - networking support, above. - Please read the file - . - -config COPS_DAYNA - bool "Dayna firmware support" - depends on COPS - help - Support COPS compatible cards with Dayna style firmware (Dayna - DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC - III, Farallon PhoneNET PC II). - -config COPS_TANGENT - bool "Tangent firmware support" - depends on COPS - help - Support COPS compatible cards with Tangent style firmware (Tangent - ATB_II, Novell NL-1000, Daystar Digital LT-200. - config IPDDP tristate "Appletalk-IP driver support" depends on DEV_APPLETALK && ATALK diff --git a/drivers/net/appletalk/Makefile b/drivers/net/appletalk/Makefile index 903da3303f4..7482020f7e7 100644 --- a/drivers/net/appletalk/Makefile +++ b/drivers/net/appletalk/Makefile @@ -4,5 +4,4 @@ # obj-$(CONFIG_IPDDP) += ipddp.o -obj-$(CONFIG_COPS) += cops.o obj-$(CONFIG_LTPC) += ltpc.o