Kconfig (9ce3075c20d458040138690edfdf6446664ec3ee) Kconfig (59faba1b316a7798a33752b3889193333f8af1a0)
1#
2# ATM device configuration
3#
4
5menuconfig ATM_DRIVERS
6 bool "ATM drivers"
7 depends on NETDEVICES && ATM
8 default y
9
1#
2# ATM device configuration
3#
4
5menuconfig ATM_DRIVERS
6 bool "ATM drivers"
7 depends on NETDEVICES && ATM
8 default y
9
10if ATM_DRIVERS
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
18config ATM_TCP

--- 436 unchanged lines hidden ---
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
18config ATM_TCP

--- 436 unchanged lines hidden ---