Lines Matching full:osdp
7 menuconfig OSDP config
8 bool "Open Supervised Device Protocol (OSDP) driver"
14 Add support for Open Supervised Device Protocol (OSDP)
16 if OSDP
19 prompt "OSDP Mode of Operation"
21 bool "Configure OSDP in Peripheral Device mode"
25 bool "Configure OSDP in Control Panel mode"
31 int "OSDP UART baud rate"
34 OSDP defines that baud rate can be either 9600 or 38400 or
38 int "OSDP Logging Level"
41 Set the logging level for the OSDP driver
44 int "OSDP UART buffer length"
47 OSDP RX and TX buffer FIFO length.
50 int "OSDP Thread stack size"
53 Thread stack size for osdp refresh thread
56 bool "Print bytes sent/received over OSDP to console"
58 Prints bytes sent/received over OSDP to console for debugging.
64 As per the OSDP specification, the first byte in the channel has
72 bool "OSDP Secure Channel"
80 Secure the OSDP communication channel with encryption and mutual
93 string "Crypto driver to use with OSDP"
96 OSDP Secure Channel uses AES-128 to secure communication between
102 source "subsys/mgmt/osdp/Kconfig.pd"
106 source "subsys/mgmt/osdp/Kconfig.cp"
109 endif # OSDP