From 0cf761a1bae29b16b7d8309faec0916f2726defb 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: svn://svn.code.sf.net/p/nuttx/code/trunk@1068 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ntosd-dm320/udp/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs/ntosd-dm320/udp/defconfig') diff --git a/nuttx/configs/ntosd-dm320/udp/defconfig b/nuttx/configs/ntosd-dm320/udp/defconfig index 4ee6d1b00..2d6ac291d 100644 --- a/nuttx/configs/ntosd-dm320/udp/defconfig +++ b/nuttx/configs/ntosd-dm320/udp/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