summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 20:08:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 20:08:25 +0000
commit80f9004741771691132a0f43ae1d9d5c42a2e4c6 (patch)
tree61009589a64a1da1da08d7cbf172f787ddce53d7 /nuttx/drivers
parent5145d9b874af56efe686065c615dd75a54d7ee77 (diff)
downloadpx4-nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.tar.gz
px4-nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.tar.bz2
px4-nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.zip
Add LPC31 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/usbdev/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/drivers/usbdev/Kconfig b/nuttx/drivers/usbdev/Kconfig
index 24b13f378..a74299414 100644
--- a/nuttx/drivers/usbdev/Kconfig
+++ b/nuttx/drivers/usbdev/Kconfig
@@ -2,12 +2,15 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
menuconfig USBDEV_COMPOSITE
bool "USB composite device support"
default n
---help---
Enables USB composite device support
+
if USBDEV_COMPOSITE
+
#config COMPOSITE_IAD
# bool ""
# default n
@@ -89,7 +92,9 @@ config USBDEV_BUSPOWERED
---help---
Will cause USB features to indicate
that the device is self-powered
+
endchoice
+
config USBDEV_MAXPOWER
int "Maximum power consumption in mA"
default 100
@@ -115,6 +120,7 @@ menuconfig PL2303
default n
---help---
This logic emulates the Prolific PL2303 serial/USB converter
+
if PL2303
config PL2303_EPINTIN
int "Logical endpoint numbers"
@@ -178,6 +184,7 @@ menuconfig CDCACM
default n
---help---
Enables USB Modem (CDC ACM) support
+
if CDCACM
config CDCACM_COMPOSITE
bool "CDCACM composite support"