Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2f7abd36
Commit
2f7abd36
authored
Apr 21, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark the current ISDN4Linux link layer obsolete
parent
19a86616
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
drivers/isdn/Config.help
drivers/isdn/Config.help
+9
-1
drivers/isdn/Config.in
drivers/isdn/Config.in
+10
-2
No files found.
drivers/isdn/Config.help
View file @
2f7abd36
CONFIG_ISDN
CONFIG_ISDN
_BOOL
ISDN
(
"Integrated Services Digital Networks"
,
called
RNIS
in
France
)
is
a
special
type
of
fully
digital
telephone
service
;
it
's mostly
used to connect to your Internet service provider (with SLIP or
...
...
@@ -9,6 +9,9 @@ CONFIG_ISDN
provider purchased an ISDN line from the phone company. For
details, read <http://alumni.caltech.edu/~dank/isdn/> on the WWW.
Select this option if you want your kernel to support ISDN.
CONFIG_ISDN
This driver allows you to use an ISDN-card for networking
connections and as dialin/out device. The isdn-tty'
s
have
a
built
in
AT
-
compatible
modem
emulator
.
Network
devices
support
autodial
,
...
...
@@ -18,6 +21,11 @@ CONFIG_ISDN
(Euro-ISDN) and 1TR6 (German style) are supported. See
<file:Documentation/isdn/README> for more information.
ISDN support in the linux kernel is moving towards a new API,
called CAPI (Common ISDN Application Programming Interface).
Therefore the old ISDN4Linux layer is becoming obsolete. It is
still usable, though, if you select this option.
If you want to compile the ISDN code as a module ( = code which can
be inserted in and removed from the running kernel whenever you
want), say M here and read <file:Documentation/modules.txt>. The
...
...
drivers/isdn/Config.in
View file @
2f7abd36
...
...
@@ -5,8 +5,14 @@
mainmenu_option next_comment
comment 'ISDN subsystem'
if [ "$CONFIG_NET" != "n" ]; then
tristate 'ISDN support' CONFIG_ISDN
if [ "$CONFIG_ISDN" != "n" ]; then
bool 'ISDN support' CONFIG_ISDN_BOOL
if [ "$CONFIG_ISDN_BOOL" == "y" ]; then
mainmenu_option next_comment
comment 'Old ISDN4Linux'
dep_tristate 'Old ISDN4Linux (obsolete)' CONFIG_ISDN
if [ "$CONFIG_ISDN" != "n" ]; then
### CONFIG_ISDN is set #####################################################
...
...
@@ -161,6 +167,8 @@ endmenu
### CONFIG_ISDN end #########################################################
fi
endmenu
fi
fi
endmenu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment