diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-05-09 08:01:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-11 13:08:38 +0100 |
commit | 03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87 (patch) | |
tree | 3f95603769baee543ed943b283b19a5fd95da75f /drivers/net/appletalk/Kconfig | |
parent | e508af8abbf9ced64f644755f2ddd509c935173f (diff) | |
download | linux-03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87.tar.gz linux-03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87.tar.bz2 linux-03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87.zip |
net: appletalk: remove Apple/Farallon LocalTalk PC support
Looks like all the changes to this driver had been tree-wide
refactoring since git era begun. The driver is using virt_to_bus()
we should make it use more modern DMA APIs but since it's unlikely
to be getting any use these days delete it instead. We can always
revert to bring it back.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/appletalk/Kconfig')
-rw-r--r-- | drivers/net/appletalk/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index 90b9f1d6eda9..b38ed52b82bc 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig @@ -39,17 +39,6 @@ config DEV_APPLETALK connect to the AppleTalk network, say Y. -config LTPC - tristate "Apple/Farallon LocalTalk PC support" - depends on DEV_APPLETALK && (ISA || EISA) && ISA_DMA_API && VIRT_TO_BUS - help - This allows you to use the AppleTalk PC card to connect to LocalTalk - networks. The card is also known as the Farallon PhoneNet PC card. - If you are in doubt, this card is the one with the 65C02 chip on it. - You also need version 1.3.3 or later of the netatalk package. - This driver is experimental, which means that it may not work. - See the file <file:Documentation/networking/device_drivers/appletalk/ltpc.rst>. - config COPS tristate "COPS LocalTalk PC support" depends on DEV_APPLETALK && ISA |