From ff113b400adf80f5bf6f07233a2355e48b00676d Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 10 Sep 2012 22:26:37 +0000 Subject: 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 --- nuttx/drivers/usbdev/Kconfig | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'nuttx/drivers/usbdev') 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 -- cgit v1.2.3