From 80f9004741771691132a0f43ae1d9d5c42a2e4c6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 6 Sep 2012 20:08:25 +0000 Subject: Add LPC31 Kconfig git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/usbdev/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/drivers') 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" -- cgit v1.2.3