The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_USB_DC_SAM

SAM series USB HS Device Controller driver

Type: bool

Help

SAM family USB HS device controller Driver.

Direct dependencies

(USB && SOC_SERIES_SAME70) || (SOC_SERIES_SAME70 && USB)

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:72

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam/Kconfig.defconfig:7

Menu path: (top menu)

config USB_DC_SAM
    bool
    default "y" if USB && SOC_SERIES_SAME70
    depends on USB && SOC_SERIES_SAME70

At drivers/usb/device/Kconfig:51

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:68drivers/usb/Kconfig:14

Menu path: (top menu) → Device Drivers → USB

config USB_DC_SAM
    bool
    prompt "SAM series USB HS Device Controller driver" if SOC_SERIES_SAME70 && USB
    select USB_DEVICE_DRIVER if SOC_SERIES_SAME70 && USB
    select HAS_DTS_USB if SOC_SERIES_SAME70 && USB
    depends on SOC_SERIES_SAME70 && USB
    help
      SAM family USB HS device controller Driver.

(Definitions include propagated dependencies, including from if’s and menus.)