---help---
Enable a polling mechanism for USB keyboard.
- config SYS_USB_EVENT_POLL
- bool "Interrupt polling"
+config SYS_USB_EVENT_POLL
+ bool "Interrupt polling"
- config SYS_USB_EVENT_POLL_VIA_INT_QUEUE
- bool "Poll via interrupt queue"
+config SYS_USB_EVENT_POLL_VIA_INT_QUEUE
+ bool "Poll via interrupt queue"
- config SYS_USB_EVENT_POLL_VIA_CONTROL_EP
- bool "Poll via control EP"
+config SYS_USB_EVENT_POLL_VIA_CONTROL_EP
+ bool "Poll via control EP"
endchoice