configs/mcu123-lpc214x/usbmsc: Configuration converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt 2014-03-03 15:40:18 -06:00
parent e4c4ab5ef2
commit f3168c222b

View File

@ -117,10 +117,17 @@ config LPC214X_USBDEV_DMA
bool "USB Device DMA Support"
default n
if LPC214X_USBDEV_DMA
config LPC214X_USBDEV_DMAINTMASK
hex "DMA interrupt mask"
default 0
config LPC214X_USBDEV_NDMADESCRIPTORS
int "Number of USB DMA Descriptors"
default 8
depends on LPC214X_USBDEV_DMA
endif # LPC214X_USBDEV_DMA
config LPC214X_USBDEV_EPFAST_INTERRUPT
bool "USB Device Fast Endpoint Interrupts"