diff options
Diffstat (limited to 'drivers/isdn/gigaset/Kconfig')
-rw-r--r-- | drivers/isdn/gigaset/Kconfig | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 18ab8652aa57..dcefedc7044a 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig | |||
@@ -1,6 +1,5 @@ | |||
1 | menuconfig ISDN_DRV_GIGASET | 1 | menuconfig ISDN_DRV_GIGASET |
2 | tristate "Siemens Gigaset support" | 2 | tristate "Siemens Gigaset support" |
3 | depends on ISDN_I4L | ||
4 | select CRC_CCITT | 3 | select CRC_CCITT |
5 | select BITREVERSE | 4 | select BITREVERSE |
6 | help | 5 | help |
@@ -11,9 +10,33 @@ menuconfig ISDN_DRV_GIGASET | |||
11 | If you have one of these devices, say M here and for at least | 10 | If you have one of these devices, say M here and for at least |
12 | one of the connection specific parts that follow. | 11 | one of the connection specific parts that follow. |
13 | This will build a module called "gigaset". | 12 | This will build a module called "gigaset". |
13 | Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L) | ||
14 | as a module, you have to build this driver as a module too, | ||
15 | otherwise the Gigaset device won't show up as an ISDN device. | ||
14 | 16 | ||
15 | if ISDN_DRV_GIGASET | 17 | if ISDN_DRV_GIGASET |
16 | 18 | ||
19 | config GIGASET_CAPI | ||
20 | bool "Gigaset CAPI support (EXPERIMENTAL)" | ||
21 | depends on EXPERIMENTAL | ||
22 | depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m') | ||
23 | default ISDN_I4L='n' | ||
24 | help | ||
25 | Build the Gigaset driver as a CAPI 2.0 driver interfacing with | ||
26 | the Kernel CAPI subsystem. To use it with the old ISDN4Linux | ||
27 | subsystem you'll have to enable the capidrv glue driver. | ||
28 | (select ISDN_CAPI_CAPIDRV.) | ||
29 | Say N to build the old native ISDN4Linux variant. | ||
30 | |||
31 | config GIGASET_I4L | ||
32 | bool | ||
33 | depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m') | ||
34 | default !GIGASET_CAPI | ||
35 | |||
36 | config GIGASET_DUMMYLL | ||
37 | bool | ||
38 | default !GIGASET_CAPI&&!GIGASET_I4L | ||
39 | |||
17 | config GIGASET_BASE | 40 | config GIGASET_BASE |
18 | tristate "Gigaset base station support" | 41 | tristate "Gigaset base station support" |
19 | depends on USB | 42 | depends on USB |