summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 22:26:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 22:26:37 +0000
commitff113b400adf80f5bf6f07233a2355e48b00676d (patch)
tree9cea7c1a75c608ca5d0630a40f6b75742dd31260 /nuttx/drivers/usbdev
parentc0e51eccc5bc5ce6743572f97cfc9d13fc13ceab (diff)
downloadpx4-nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.tar.gz
px4-nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.tar.bz2
px4-nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.zip
The M3 Wildfire port is code complete and ready for test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/usbdev')
-rw-r--r--nuttx/drivers/usbdev/Kconfig13
1 files changed, 7 insertions, 6 deletions
diff --git a/nuttx/drivers/usbdev/Kconfig b/nuttx/drivers/usbdev/Kconfig
index a74299414..4930b9d21 100644
--- a/nuttx/drivers/usbdev/Kconfig
+++ b/nuttx/drivers/usbdev/Kconfig
@@ -75,8 +75,7 @@ config USBDEV_DUALSPEED
bool "Enable high and full speed"
default n
---help---
- Hardware handles high and full speed
- operation (USB 2.0)
+ Hardware handles high and full speed operation (USB 2.0)
choice USBDEV_POWERED
prompt "Select USB device powered"
@@ -84,14 +83,12 @@ choice USBDEV_POWERED
config USBDEV_SELFPOWERED
bool "Self powerd"
---help---
- Will cause USB features to indicate
- that the device is self-powered
+ Will cause USB features to indicate that the device is self-powered
config USBDEV_BUSPOWERED
bool "Bus powerd"
---help---
- Will cause USB features to indicate
- that the device is self-powered
+ Will cause USB features to indicate that the device is self-powered
endchoice
@@ -450,6 +447,10 @@ config USBMSC_PRODUCTSTR
string "Mass stroage product string"
default "Mass stroage"
+config USBMSC_VERSIONNO
+ hex "USB MSC Version Number"
+ default "0x399"
+
config USBMSC_REMOVABLE
bool "Mass stroage remove able"
default n