summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/nsh/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
index fee06bd08..76ca6d88b 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
@@ -632,12 +632,18 @@ CONFIG_USBHOST_ISOC_DISABLE=y
# Number of DMA descriptors to allocate in SRAM.
# CONFIG_LPC17_USBDEV_DMA
# Enable lpc17xx-specific DMA support
+# CONFIG_LPC17_USBDEV_NOVBUS
+# Define if the hardware implementation does not support the VBUS signal
+# CONFIG_LPC17_USBDEV_NOLED
+# Define if the hardware implementation does not support the LED output
#
CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
CONFIG_LPC17_USBDEV_DMA=n
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
CONFIG_LPC17_USBDEV_DMAINTMASK=0
+CONFIG_LPC17_USBDEV_NOVBUS=y
+CONFIG_LPC17_USBDEV_NOLED=y
#
# LPC17xx USB Host Configuration