From cbf29552c5edade1a50a27f78edd21966ec7525b Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 23 Oct 2008 20:51:26 +0000 Subject: update USB configuration settings git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1068 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/configs/ntosd-dm320/nettest/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs/ntosd-dm320/nettest') diff --git a/nuttx/configs/ntosd-dm320/nettest/defconfig b/nuttx/configs/ntosd-dm320/nettest/defconfig index 3fc2e0e69f..3ea1441f3f 100644 --- a/nuttx/configs/ntosd-dm320/nettest/defconfig +++ b/nuttx/configs/ntosd-dm320/nettest/defconfig @@ -361,6 +361,8 @@ CONFIG_DM320_USBDEV_DMA=n # # USB Serial Device Configuration # +# CONFIG_USBSER +# Enable compilation of the USB serial driver # CONFIG_USBSER_EPINTIN # The logical 7-bit address of a hardware endpoint that supports # interrupt IN operation @@ -378,6 +380,7 @@ CONFIG_DM320_USBDEV_DMA=n # The product ID code/string # CONFIG_USBSER_RXBUFSIZE and CONFIG_USBSER_TXBUFSIZE # Size of the serial receive/transmit buffers +CONFIG_USBSER=n CONFIG_USBSER_EPINTIN=3 CONFIG_USBSER_EPBULKOUT=2 CONFIG_USBSER_EPBULKIN=1 @@ -393,6 +396,8 @@ CONFIG_USBSER_TXBUFSIZE=512 # # USB Storage Device Configuration # +# CONFIG_USBSTRG +# Enable compilation of the USB storage driver # CONFIG_USBSTRG_EP0MAXPACKET # Max packet size for endpoint 0 # CONFIG_USBSTRG_EPBULKOUT and CONFIG_USBSTRG_EPBULKIN @@ -410,6 +415,7 @@ CONFIG_USBSER_TXBUFSIZE=512 # The product ID code/string # CONFIG_USBSTRG_REMOVABLE # Select if the media is removable +CONFIG_USBSTRG=n CONFIG_USBSTRG_EP0MAXPACKET=64 CONFIG_USBSTRG_EPBULKOUT=2 CONFIG_USBSTRG_EPBULKIN=1 -- cgit v1.2.3