:orphan: .. title:: CONFIG_OSDP_SC_ENABLED .. kconfig:: CONFIG_OSDP_SC_ENABLED CONFIG_OSDP_SC_ENABLED ###################### *Enable OSDP Secure Channel* Type: ``bool`` Help ==== .. code-block:: none Secure the OSDP communication channel with encryption and mutual authentication. Direct dependencies =================== \ :kconfig:`CSPRING_ENABLED ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`CRYPTO ` - \ :kconfig:`CRYPTO_MBEDTLS_SHIM ` - \ :kconfig:`MBEDTLS ` - \ :kconfig:`MBEDTLS_CIPHER_CCM_ENABLED ` Kconfig definition ================== At ``/mgmt/osdp/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_SC_ENABLED bool "Enable OSDP Secure Channel" default y select CRYPTO select CRYPTO_MBEDTLS_SHIM select MBEDTLS select MBEDTLS_CIPHER_CCM_ENABLED depends on CSPRING_ENABLED && OSDP help Secure the OSDP communication channel with encryption and mutual authentication. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*