]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Use menuconfig objects - CONFIG_ISDN_I4L
authorTilman Schmidt <tilman@imap.cc>
Sat, 21 Jul 2007 11:37:53 +0000 (04:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 00:49:17 +0000 (17:49 -0700)
Remove a menu statement and several dependencies from the Kconfig files in
the drivers/isdn tree as they have become unnecessary by the transformation
of CONFIG_ISDN from "menu, config" into "menuconfig".
(Modified version of a patch originally proposed by Jan Engelhardt.)

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Jan Engelhardt <jengelh@computergmbh.de>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/Kconfig
drivers/isdn/act2000/Kconfig
drivers/isdn/gigaset/Kconfig
drivers/isdn/hisax/Kconfig
drivers/isdn/i4l/Kconfig
drivers/isdn/icn/Kconfig
drivers/isdn/pcbit/Kconfig
drivers/isdn/sc/Kconfig

index cf906c8cee4d3d8dae54c3b28ef7ec2ad80f8e99..813ed4cc6d3b26448a234a59465e84f81a863c87 100644 (file)
@@ -21,8 +21,6 @@ menuconfig ISDN
 
 if ISDN
 
-menu "Old ISDN4Linux"
-
 config ISDN_I4L
        tristate "Old ISDN4Linux (deprecated)"
        ---help---
@@ -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
index 78e6ad8d57c5e7f8818b8dfac66ac29a7717afb2..3fc1a5434ef7a35b9f10d0a71079cc49ff2f4637 100644 (file)
@@ -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
index bcbb6502a773da59d181e30255e48663318f8076..018b7934b973fe8bd2f2cee600f16a1c1dd455ab 100644 (file)
@@ -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
index 12d91fb9f8cb9503d72bcb09adcd51ebe804fe11..a3b945ac32565be264096637b88901e1f6bfc0fe 100644 (file)
@@ -1,6 +1,5 @@
 
 menu "Passive cards"
-       depends on ISDN_I4L
 
 config ISDN_DRV_HISAX
        tristate "HiSax SiemensChipSet driver support"
index e91c187992dd0bafd74e31a00da0ce74c8154bd2..36778b270c303aa0a8ae57c4feb85966a3ebee92 100644 (file)
@@ -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
@@ -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"
 
index fcb99f5f0b26a854f1dffcc054d92742764c5791..89d15eed765e2dde7a433972db459421c1657c3e 100644 (file)
@@ -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
index 0933881ab0c263f903985a7973cd6b17a3974e2a..ffba6eca1244f9b6ae01dc09853510cbdec0fbbe 100644 (file)
@@ -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,
index 5346e33d816cfdee9d1b48e36f52bfd7b23f59d0..e6510ca7bf4376fcccc85c93dbb17ba7f12a0dae 100644 (file)
@@ -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.