Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / isdn / gigaset / Kconfig
CommitLineData
8214b083 1menuconfig ISDN_DRV_GIGASET
3c420f27 2 tristate "Siemens Gigaset support"
4f73bc4d 3 depends on TTY
df2487cf 4 select CRC_CCITT
17b3cff0 5 select BITREVERSE
0a34eb8f 6 help
2869b23e
TS
7 This driver supports the Siemens Gigaset SX205/255 family of
8 ISDN DECT bases, including the predecessors Gigaset 3070/3075
9 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
10 721X.
11 If you have one of these devices, say M here and for at least
12 one of the connection specific parts that follow.
13 This will build a module called "gigaset".
7bb5fdc2 14 Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L)
aaba2b3f
TS
15 as a module, you have to build this driver as a module too,
16 otherwise the Gigaset device won't show up as an ISDN device.
0a34eb8f 17
3c420f27 18if ISDN_DRV_GIGASET
0a34eb8f 19
7bb5fdc2 20config GIGASET_CAPI
d9bed6bb 21 bool "Gigaset CAPI support"
7bb5fdc2
TS
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.
d9bed6bb 30 If unsure, say Y.
7bb5fdc2 31
aaba2b3f
TS
32config GIGASET_I4L
33 bool
34 depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m')
7bb5fdc2 35 default !GIGASET_CAPI
aaba2b3f
TS
36
37config GIGASET_DUMMYLL
38 bool
7bb5fdc2 39 default !GIGASET_CAPI&&!GIGASET_I4L
aaba2b3f 40
0a34eb8f
HL
41config GIGASET_BASE
42 tristate "Gigaset base station support"
3c420f27 43 depends on USB
0a34eb8f 44 help
2869b23e
TS
45 Say M here if you want to use the USB interface of the Gigaset
46 base for connection to your system.
47 This will build a module called "bas_gigaset".
0a34eb8f
HL
48
49config GIGASET_M105
50 tristate "Gigaset M105 support"
3c420f27 51 depends on USB
0a34eb8f 52 help
2869b23e
TS
53 Say M here if you want to connect to the Gigaset base via DECT
54 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
55 This will build a module called "usb_gigaset".
56
57config GIGASET_M101
58 tristate "Gigaset M101 support"
2869b23e
TS
59 help
60 Say M here if you want to connect to the Gigaset base via DECT
61 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
62 This will build a module called "ser_gigaset".
0a34eb8f
HL
63
64config GIGASET_DEBUG
65 bool "Gigaset debugging"
66 help
67 This enables debugging code in the Gigaset drivers.
68 If in doubt, say yes.
69
3c420f27 70endif # ISDN_DRV_GIGASET