Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90)
1#
2# ATM device configuration
3#
4
5menuconfig ATM_DRIVERS
6 bool "ATM drivers"
7 depends on NETDEVICES && ATM
8 default y
1#
2# ATM device configuration
3#
4
5menuconfig ATM_DRIVERS
6 bool "ATM drivers"
7 depends on NETDEVICES && ATM
8 default y
9 ---help---
10 Say Y here to get to see options for Asynchronous Transfer Mode
11 device drivers. This option alone does not add any kernel code.
9
12
13 If you say N, all options in this submenu will be skipped and disabled.
14
10if ATM_DRIVERS && NETDEVICES && ATM
11
12config ATM_DUMMY
13 tristate "Dummy ATM driver"
14 help
15 Dummy ATM driver. Useful for proxy signalling, testing,
16 and development. If unsure, say N.
17

--- 437 unchanged lines hidden ---
15if ATM_DRIVERS && NETDEVICES && ATM
16
17config ATM_DUMMY
18 tristate "Dummy ATM driver"
19 help
20 Dummy ATM driver. Useful for proxy signalling, testing,
21 and development. If unsure, say N.
22

--- 437 unchanged lines hidden ---