summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbhost/Kconfig')
-rw-r--r--nuttx/drivers/usbhost/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/Kconfig b/nuttx/drivers/usbhost/Kconfig
index 531e94442..8975ecf56 100644
--- a/nuttx/drivers/usbhost/Kconfig
+++ b/nuttx/drivers/usbhost/Kconfig
@@ -87,7 +87,7 @@ config HIDKBD_RAWSCANCODES
codes. This option is useful during testing. Default: ASCII conversion.
config HIDKBD_ENCODED
- bool "Enocode Special Keys"
+ bool "Encode Special Keys"
default n
depends on !HIDKBD_RAWSCANCODES && LIB_KBDCODEC
---help---