summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 966856516..4d1dd6d01 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -627,7 +627,7 @@ config USBDEV_MINOR
endif # NSH_USBCONSOLE
config NSH_USBKBD
- bool "Use a USB keyboard input"
+ bool "Use USB keyboard input"
default n
depends on NSH_CONSOLE && USBHOST_HIDKBD && !NSH_USBCONSOLE
---help---