Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2#
3# ATM device configuration
4#
5
6menuconfig ATM_DRIVERS
7 bool "ATM drivers"
8 depends on NETDEVICES && ATM
9 default y
10 help
11 Say Y here to get to see options for Asynchronous Transfer Mode
12 device drivers. This option alone does not add any kernel code.
13
14 If you say N, all options in this submenu will be skipped and disabled.
15
16if ATM_DRIVERS && NETDEVICES && ATM
17
18config ATM_SOLOS
19 tristate "Solos ADSL2+ PCI Multiport card driver"
20 depends on PCI
21 select FW_LOADER
22 help
23 Support for the Solos multiport ADSL2+ card.
24
25endif # ATM