summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-12 08:38:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-12 08:38:52 -0600
commitea97a69e276396fa725ee2767d0da2d9d5cae861 (patch)
treec822d583891a89d197f5a5ee3a9122ac61f4a28f /nuttx/drivers/usbdev/Kconfig
parent9475123c044f172a4beed41e3ddab6e755f5584e (diff)
downloadpx4-nuttx-ea97a69e276396fa725ee2767d0da2d9d5cae861.tar.gz
px4-nuttx-ea97a69e276396fa725ee2767d0da2d9d5cae861.tar.bz2
px4-nuttx-ea97a69e276396fa725ee2767d0da2d9d5cae861.zip
Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix some compile errors in the pl2303 USB device driver
Diffstat (limited to 'nuttx/drivers/usbdev/Kconfig')
-rw-r--r--nuttx/drivers/usbdev/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/drivers/usbdev/Kconfig b/nuttx/drivers/usbdev/Kconfig
index 4c8e888bb..94834805e 100644
--- a/nuttx/drivers/usbdev/Kconfig
+++ b/nuttx/drivers/usbdev/Kconfig
@@ -36,9 +36,11 @@ endchoice
config USBDEV_MAXPOWER
int "Maximum power consumption in mA"
default 100
- depends on USBDEV_BUSPOWERED
+# depends on USBDEV_BUSPOWERED
---help---
- Maximum power consumption in mA
+ Maximum power consumption in mA. This selection should only apply if
+ the device is bus powered (USBDEV_BUSPOWERED). It is, however, used
+ unconditionally in several USB device drivers.
config USBDEV_DMA
bool "Enable DMA methods"