summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-01-16 14:02:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-01-16 14:02:42 +0000
commit81d1358d76841badc45c118a40a4035aad6f4a1b (patch)
tree035ba62000a7edb601c2a7b5243176dd8228c096 /nuttx/configs/olimex-lpc1766stk/nsh/defconfig
parent5bca5a634aaf9417f0fe4fc09c00294a56b6805e (diff)
Make space for int/isoc endpoint support
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3254 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/nsh/defconfig')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/nsh/defconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
index ffbda051f9..8869ab2fb0 100755
--- a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
@@ -330,6 +330,7 @@ CONFIG_APP_DIR=examples/nsh
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
+CONFIG_DEBUG_USB=n
CONFIG_MM_REGIONS=2
CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=200
@@ -599,9 +600,21 @@ CONFIG_USBDEV_TRACE_NRECORDS=128
# Enables USB host support
# CONFIG_USBHOST_NPREALLOC
# Number of pre-allocated class instances
+# CONFIG_USBHOST_BULK_DISABLE
+# On some architectures, selecting this setting will reduce driver size
+# by disabling bulk endpoint support
+# CONFIG_USBHOST_INT_DISABLE
+# On some architectures, selecting this setting will reduce driver size
+# by disabling interrupt endpoint support
+# CONFIG_USBHOST_ISOC_DISABLE
+# On some architectures, selecting this setting will reduce driver size
+# by disabling isochronous endpoint support
#
CONFIG_USBHOST=n
CONFIG_USBHOST_NPREALLOC=0
+CONFIG_USBHOST_BULK_DISABLE=n
+CONFIG_USBHOST_INT_DISABLE=y
+CONFIG_USBHOST_ISOC_DISABLE=y
#
# LPC17xx USB Device Configuration