mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Add LPC31 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user