:orphan: .. title:: USB_DC_SAM0 .. option:: CONFIG_USB_DC_SAM0 *SAM0 series USB Device Controller driver* Type: ``bool`` Help ==== .. code-block:: none SAM0 family USB device controller Driver. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`USB `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`USB ` - y Symbols selected by this symbol =============================== - \ :option:`USB_DEVICE_DRIVER ` Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config USB_DC_SAM0 bool default USB depends on SOC_FAMILY_SAM0 ---- At ``/usb/device/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:68`` → ``/usb/Kconfig:11`` Menu path: (Top) → Device Drivers → USB .. code-block:: kconfig config USB_DC_SAM0 bool "SAM0 series USB Device Controller driver" default y select USB_DEVICE_DRIVER depends on SOC_FAMILY_SAM0 && USB help SAM0 family USB device controller Driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*