summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers/usbhost/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbhost/Kconfig')
-rw-r--r--nuttx/drivers/usbhost/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/usbhost/Kconfig b/nuttx/drivers/usbhost/Kconfig
index de8469b41d..531e94442c 100644
--- a/nuttx/drivers/usbhost/Kconfig
+++ b/nuttx/drivers/usbhost/Kconfig
@@ -89,10 +89,10 @@ config HIDKBD_RAWSCANCODES
config HIDKBD_ENCODED
bool "Enocode Special Keys"
default n
- depends on !HIDKBD_RAWSCANCODES
+ depends on !HIDKBD_RAWSCANCODES && LIB_KBDCODEC
---help---
Encode special key press events in the user buffer. In this case,
- the use end must decode the encoded special key values using the
+ the user end must decode the encoded special key values using the
interfaces defined in include/nuttx/input/kbd_codec.h. These
special keys include such things as up/down arrows, home and end
keys, etc. If this not defined, only 7-bit print-able and control