diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2025-03-12 09:51:19 +0100 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-03-21 17:11:54 +0100 |
| commit | 3fed9fda150d393d3f3f91a5631dab1e0c15d582 (patch) | |
| tree | 8b9720de95c0c7ef697b97090303172fcaeee5a9 /drivers/net/Kconfig | |
| parent | 6f13bec53a48c7120dc6dc358cacea13251a471f (diff) | |
| download | linux-3fed9fda150d393d3f3f91a5631dab1e0c15d582.tar.gz linux-3fed9fda150d393d3f3f91a5631dab1e0c15d582.tar.bz2 linux-3fed9fda150d393d3f3f91a5631dab1e0c15d582.zip | |
net: remove sb1000 cable modem driver
This one is hilariously outdated, it provided a faster downlink over
TV cable for users of analog modems in the 1990s, through an ISA card.
The web page for the userspace tools has been broken for 25 years, and
the driver has only ever seen mechanical updates.
Link: http://web.archive.org/web/20000611165545/http://home.adelphia.net:80/~siglercm/sb1000.html
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250312085236.2531870-1-arnd@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1fd5acdc73c6..271520510b5f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -518,30 +518,6 @@ source "drivers/net/hippi/Kconfig" source "drivers/net/ipa/Kconfig" -config NET_SB1000 - tristate "General Instruments Surfboard 1000" - depends on ISA && PNP - help - This is a driver for the General Instrument (also known as - NextLevel) SURFboard 1000 internal - cable modem. This is an ISA card which is used by a number of cable - TV companies to provide cable modem access. It's a one-way - downstream-only cable modem, meaning that your upstream net link is - provided by your regular phone modem. - - At present this driver only compiles as a module, so say M here if - you have this card. The module will be called sb1000. Then read - <file:Documentation/networking/device_drivers/cable/sb1000.rst> for - information on how to use this module, as it needs special ppp - scripts for establishing a connection. Further documentation - and the necessary scripts can be found at: - - <http://www.jacksonville.net/~fventuri/> - <http://home.adelphia.net/~siglercm/sb1000.html> - <http://linuxpower.cx/~cable/> - - If you don't have this card, of course say N. - source "drivers/net/phy/Kconfig" source "drivers/net/pse-pd/Kconfig" |
