Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62338
b: refs/heads/master
c: 5f67c5c
h: refs/heads/master
v: v3
  • Loading branch information
Tilman Schmidt authored and Linus Torvalds committed Jul 22, 2007
1 parent 2350318 commit 5c29336
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 149a6501f90df457d75a1954dd5a29434a182e6a
refs/heads/master: 5f67c5cc855d5a189fc542da3921868ca87fc274
8 changes: 1 addition & 7 deletions trunk/drivers/isdn/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ menuconfig ISDN

if ISDN

menu "Old ISDN4Linux"

config ISDN_I4L
tristate "Old ISDN4Linux (deprecated)"
---help---
Expand All @@ -45,12 +43,8 @@ if ISDN_I4L
source "drivers/isdn/i4l/Kconfig"
endif

endmenu

comment "CAPI subsystem"

config ISDN_CAPI
tristate "CAPI2.0 support"
tristate "CAPI 2.0 subsystem"
help
This provides the CAPI (Common ISDN Application Programming
Interface, a standard making it easy for programs to access ISDN
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/act2000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
config ISDN_DRV_ACT2000
tristate "IBM Active 2000 support"
depends on ISDN_I4L && ISA
depends on ISA
help
Say Y here if you have an IBM Active 2000 ISDN card. In order to use
this card, additional firmware is necessary, which has to be loaded
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/gigaset/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
menu "Siemens Gigaset"
depends on ISDN_I4L

config ISDN_DRV_GIGASET
tristate "Siemens Gigaset support (isdn)"
depends on ISDN_I4L
select CRC_CCITT
select BITREVERSE
help
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/isdn/hisax/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

menu "Passive cards"
depends on ISDN_I4L

config ISDN_DRV_HISAX
tristate "HiSax SiemensChipSet driver support"
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/isdn/i4l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ config ISDN_DRV_LOOP

config ISDN_DIVERSION
tristate "Support isdn diversion services"
depends on ISDN_I4L
help
This option allows you to use some supplementary diversion
services in conjunction with the HiSax driver on an EURO/DSS1
Expand All @@ -119,13 +118,11 @@ config ISDN_DIVERSION
endmenu

comment "ISDN4Linux hardware drivers"
depends on ISDN_I4L

source "drivers/isdn/hisax/Kconfig"


menu "Active cards"
depends on ISDN_I4L!=n

source "drivers/isdn/icn/Kconfig"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/icn/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
config ISDN_DRV_ICN
tristate "ICN 2B and 4B support"
depends on ISDN_I4L && ISA
depends on ISA
help
This enables support for two kinds of ISDN-cards made by a German
company called ICN. 2B is the standard version for a single ISDN
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/pcbit/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
config ISDN_DRV_PCBIT
tristate "PCBIT-D support"
depends on ISDN_I4L && ISA && (BROKEN || X86)
depends on ISA && (BROKEN || X86)
help
This enables support for the PCBIT ISDN-card. This card is
manufactured in Portugal by Octal. For running this card,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/sc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
config ISDN_DRV_SC
tristate "Spellcaster support"
depends on ISDN_I4L && ISA
depends on ISA
help
This enables support for the Spellcaster BRI ISDN boards. This
driver currently builds only in a modularized version.
Expand Down

0 comments on commit 5c29336

Please sign in to comment.