diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-17 04:04:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 10:23:05 -0700 |
commit | df19434cc268e207d1beb4dc7be3420888faef09 (patch) | |
tree | b2640cfe4c321ca754dd1eba3938420f194c5279 /drivers/isdn/Kconfig | |
parent | cf4d5f1d50e44d36d459344da3c8f226b3933aeb (diff) | |
download | op-kernel-dev-df19434cc268e207d1beb4dc7be3420888faef09.zip op-kernel-dev-df19434cc268e207d1beb4dc7be3420888faef09.tar.gz |
Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI
Transform "depends on" into a simpler if-endif block style dependency.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/Kconfig')
-rw-r--r-- | drivers/isdn/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index a3c9a0343..cf906c8 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig @@ -57,8 +57,12 @@ config ISDN_CAPI hardware, see <http://www.capi.org/>. This is needed for AVM's set of active ISDN controllers like B1, T1, M1. +if ISDN_CAPI + source "drivers/isdn/capi/Kconfig" source "drivers/isdn/hardware/Kconfig" +endif # ISDN_CAPI + endif # ISDN |