diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2005-11-29 16:17:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-29 16:17:11 -0800 |
commit | fb29644994744a63bc57186cefa79534b5d9b5a9 (patch) | |
tree | 74b51ef327dee136caa88a40242cddbe6bbcbdf6 /drivers/atm/Kconfig | |
parent | 64bf69ddff7637b7ed7acf9b2a823cc0ee519439 (diff) |
[ATM]: [adummy] dummy ATM driver (similar to net/dummy)
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/Kconfig')
-rw-r--r-- | drivers/atm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index 489de81ea60..01a9f1cb774 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -5,6 +5,13 @@ menu "ATM drivers" depends on NETDEVICES && ATM +config ATM_DUMMY + tristate "Dummy ATM driver" + depends on ATM + help + Dummy ATM driver. Useful for proxy signalling, testing, + and development. If unsure, say N. + config ATM_TCP tristate "ATM over TCP" depends on INET && ATM |