diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 23:00:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 23:00:18 +0100 |
commit | 5bfdfbcee97c930c3c14dc3745089ac28e76ca41 (patch) | |
tree | 723a2310434afd85f68b3437e17917fcc6c5d623 /target/linux/config/Config.in.isdn | |
parent | 16d7827ef1aec4aab89033ed1d47ca82fa3a3ba7 (diff) | |
parent | 58d31896056e604185acf3606b99257cea519dd1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.isdn')
-rw-r--r-- | target/linux/config/Config.in.isdn | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/target/linux/config/Config.in.isdn b/target/linux/config/Config.in.isdn index e876fd5ef..6dc0d1349 100644 --- a/target/linux/config/Config.in.isdn +++ b/target/linux/config/Config.in.isdn @@ -2,43 +2,34 @@ menu "ISDN" depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_MINIPCI config ADK_KERNEL_ISDN - bool - default n + boolean config ADK_KERNEL_ISDN_I4L - bool - default n + boolean config ADK_KERNEL_ISDN_DRV_AVMB1_VERBOSE_REASON - bool - default n + boolean config ADK_KERNEL_CAPI_AVM - bool - default n + boolean config ADK_KERNEL_CAPI_EICON - bool - default n + boolean config ADK_KERNEL_HFCMULTI_PCIMEM - bool - default n + boolean config ADK_KERNEL_ISDN_CAPI_MIDDLEWARE - bool - default n + boolean config ADK_KERNEL_ISDN_CAPI_CAPI20 tristate - default n config ADK_KPACKAGE_KMOD_ISDN_CAPI prompt "kmod-isdn-capi.................... Support for CAPI 2.0" tristate select ADK_KERNEL_ISDN_CAPI_CAPI20 select ADK_KERNEL_ISDN - depends on !ADK_LINUX_CRIS_FOXBOARD default n help Kernel support for CAPI 2.0 and /dev/capi20 |