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