aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbhost/Kconfig')
-rw-r--r--nuttx/drivers/usbhost/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/usbhost/Kconfig b/nuttx/drivers/usbhost/Kconfig
index 4d37641f8..35695d750 100644
--- a/nuttx/drivers/usbhost/Kconfig
+++ b/nuttx/drivers/usbhost/Kconfig
@@ -86,7 +86,7 @@ config HIDKBD_NODEBOUNCE
---help---
If set to y normal debouncing is disabled. Default:
Debounce enabled (No repeat keys).
- USB host mass storage class driver. Requires CONFIG_USBHOST=y,
- config USBHOST_BULK_DISABLE=n, CONFIG_NFILE_DESCRIPTORS > 0,
- and CONFIG_SCHED_WORKQUEUE=y
+ USB host mass storage class driver. Requires USBHOST=y,
+ config USBHOST_BULK_DISABLE=n, NFILE_DESCRIPTORS > 0,
+ and SCHED_WORKQUEUE=y
endif