diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-04-26 10:54:32 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-27 12:22:56 +0100 |
commit | 5b74a20d35ab8ff05c2111233bb069eb7fcea4e9 (patch) | |
tree | 963615531e825c3e3e951ce815622e9458d66afd /drivers/atm/Kconfig | |
parent | 41c335c8212387a7563b0eb7f885591ad49970be (diff) |
net: atm: remove support for Madge Horizon ATM devices
This driver received nothing but automated fixes since git era begun.
Since it's using virt_to_bus it's unlikely to be used on any modern
platform.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/Kconfig')
-rw-r--r-- | drivers/atm/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index 360c98ad29eb..9c778308722a 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -234,30 +234,6 @@ config ATM_IDT77252_USE_SUNI depends on ATM_IDT77252 default y -config ATM_HORIZON - tristate "Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client)" - depends on PCI && VIRT_TO_BUS - help - This is a driver for the Horizon chipset ATM adapter cards once - produced by Madge Networks Ltd. Say Y (or M to compile as a module - named horizon) here if you have one of these cards. - -config ATM_HORIZON_DEBUG - bool "Enable debugging messages" - depends on ATM_HORIZON - help - Somewhat useful debugging messages are available. The choice of - messages is controlled by a bitmap. This may be specified as a - module argument (kernel command line argument as well?), changed - dynamically using an ioctl (not yet) or changed by sending the - string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file - <file:drivers/atm/horizon.h> for the meanings of the bits in the - mask. - - When active, these messages can have a significant impact on the - speed of the driver, and the size of your syslog files! When - inactive, they will have only a modest impact on performance. - config ATM_IA tristate "Interphase ATM PCI x575/x525/x531" depends on PCI |