Lines Matching +full:source +full:- +full:memory
1 # Copyright (c) 2021-2022 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
22 int "Memory available for requests"
26 Total amount of memory available for UDC requests.
29 bool "Place the buffer pools in the nocache memory region"
32 Place the buffer pools in the nocache memory region if the driver
33 cannot handle buffers in cached memory.
54 module-str = usb drv
55 source "subsys/logging/Kconfig.template.log_config"
57 source "drivers/usb/udc/Kconfig.dwc2"
58 source "drivers/usb/udc/Kconfig.nrf"
59 source "drivers/usb/udc/Kconfig.kinetis"
60 source "drivers/usb/udc/Kconfig.skeleton"
61 source "drivers/usb/udc/Kconfig.virtual"
62 source "drivers/usb/udc/Kconfig.smartbond"
63 source "drivers/usb/udc/Kconfig.stm32"
64 source "drivers/usb/udc/Kconfig.it82xx2"
65 source "drivers/usb/udc/Kconfig.mcux"
66 source "drivers/usb/udc/Kconfig.numaker"
67 source "drivers/usb/udc/Kconfig.rpi_pico"
68 source "drivers/usb/udc/Kconfig.ambiq"
69 source "drivers/usb/udc/Kconfig.renesas_ra"