diff options
Diffstat (limited to 'package/pjsip/Config.in')
-rw-r--r-- | package/pjsip/Config.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/pjsip/Config.in b/package/pjsip/Config.in new file mode 100644 index 0000000000..c5c709389d --- /dev/null +++ b/package/pjsip/Config.in @@ -0,0 +1,27 @@ +config PJSIP_SPEEX + bool "Speex support" + depends on PACKAGE_pjsip + default n + help + Enable speex codec. + +config PJSIP_OSS + bool "OSS support" + depends on PACKAGE_pjsip + default n + help + Enable OSS. + +config PJSIP_SOUND + bool "Sound support" + depends on PACKAGE_pjsip + default n + help + Enable sound. + +config PJSIP_LTQ_TAPI + bool "Lantiq TAPI sound device support" + depends on PACKAGE_pjsip && TARGET_lantiq_xway + default n + help + Enable Lantiq Tapi. |