Kconfig (5add703f6acad1c63f8a532b6de56e50d548e904) | Kconfig (a29689e60ed3e65463d6462390caad669d08a6b7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# wan devices configuration 4# 5 6menuconfig WAN 7 bool "Wan interfaces support" 8 help --- 166 unchanged lines hidden (view full) --- 175 176 To compile this driver as a module, choose M here: the 177 module will be called c101. 178 179 If unsure, say N. 180 181config FARSYNC 182 tristate "FarSync T-Series support" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# wan devices configuration 4# 5 6menuconfig WAN 7 bool "Wan interfaces support" 8 help --- 166 unchanged lines hidden (view full) --- 175 176 To compile this driver as a module, choose M here: the 177 module will be called c101. 178 179 If unsure, say N. 180 181config FARSYNC 182 tristate "FarSync T-Series support" |
183 depends on HDLC && PCI | 183 depends on HDLC && PCI && HAS_IOPORT |
184 help 185 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by 186 FarSite Communications Ltd. 187 188 Synchronous communication is supported on all ports at speeds up to 189 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC, 190 Frame Relay or X.25/LAPB. 191 --- 71 unchanged lines hidden --- | 184 help 185 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by 186 FarSite Communications Ltd. 187 188 Synchronous communication is supported on all ports at speeds up to 189 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC, 190 Frame Relay or X.25/LAPB. 191 --- 71 unchanged lines hidden --- |