|
@@ -16,9 +16,17 @@ config CAPI_TRACE
|
|
This will increase the size of the kernelcapi module by 20 KB.
|
|
This will increase the size of the kernelcapi module by 20 KB.
|
|
If unsure, say Y.
|
|
If unsure, say Y.
|
|
|
|
|
|
|
|
+config ISDN_CAPI_CAPI20
|
|
|
|
+ tristate "CAPI2.0 /dev/capi support"
|
|
|
|
+ help
|
|
|
|
+ This option will provide the CAPI 2.0 interface to userspace
|
|
|
|
+ applications via /dev/capi20. Applications should use the
|
|
|
|
+ standardized libcapi20 to access this functionality. You should say
|
|
|
|
+ Y/M here.
|
|
|
|
+
|
|
config ISDN_CAPI_MIDDLEWARE
|
|
config ISDN_CAPI_MIDDLEWARE
|
|
bool "CAPI2.0 Middleware support"
|
|
bool "CAPI2.0 Middleware support"
|
|
- depends on TTY
|
|
|
|
|
|
+ depends on ISDN_CAPI_CAPI20 && TTY
|
|
help
|
|
help
|
|
This option will enhance the capabilities of the /dev/capi20
|
|
This option will enhance the capabilities of the /dev/capi20
|
|
interface. It will provide a means of moving a data connection,
|
|
interface. It will provide a means of moving a data connection,
|
|
@@ -26,14 +34,6 @@ config ISDN_CAPI_MIDDLEWARE
|
|
device. If you want to use pppd with pppdcapiplugin to dial up to
|
|
device. If you want to use pppd with pppdcapiplugin to dial up to
|
|
your ISP, say Y here.
|
|
your ISP, say Y here.
|
|
|
|
|
|
-config ISDN_CAPI_CAPI20
|
|
|
|
- tristate "CAPI2.0 /dev/capi support"
|
|
|
|
- help
|
|
|
|
- This option will provide the CAPI 2.0 interface to userspace
|
|
|
|
- applications via /dev/capi20. Applications should use the
|
|
|
|
- standardized libcapi20 to access this functionality. You should say
|
|
|
|
- Y/M here.
|
|
|
|
-
|
|
|
|
config ISDN_CAPI_CAPIDRV
|
|
config ISDN_CAPI_CAPIDRV
|
|
tristate "CAPI2.0 capidrv interface support"
|
|
tristate "CAPI2.0 capidrv interface support"
|
|
depends on ISDN_I4L
|
|
depends on ISDN_I4L
|