:orphan: .. title:: CONFIG_USB_DEVICE_DRIVER .. kconfig:: CONFIG_USB_DEVICE_DRIVER CONFIG_USB_DEVICE_DRIVER ######################## *Enable USB device controller drivers* Type: ``bool`` Help ==== .. code-block:: none Enable USB device controller drivers. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`USB_DEVICE_STACK ` Kconfig definition ================== At ``/usb/device/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig USB_DEVICE_DRIVER bool "Enable USB device controller drivers" help Enable USB device controller drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*