diff options
Diffstat (limited to 'drivers/isdn/Kconfig')
| -rw-r--r-- | drivers/isdn/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index 4fb601670de..ef661acdda1 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig @@ -4,8 +4,8 @@ menuconfig ISDN bool "ISDN support" - depends on NET - depends on !S390 + depends on NET && NETDEVICES + depends on !S390 && !UML ---help--- ISDN ("Integrated Services Digital Network", called RNIS in France) is a fully digital telephone service that can be used for voice and @@ -22,6 +22,7 @@ if ISDN menuconfig ISDN_I4L tristate "Old ISDN4Linux (deprecated)" + depends on TTY ---help--- This driver allows you to use an ISDN adapter for networking connections and as dialin/out device. The isdn-tty's have a built |
