The latest development version of this page may be more current than this released 2.1.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 ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:25soc/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config USB_DC_SAM
    bool
    default y
    depends on USB && SOC_SERIES_SAME70

At drivers/usb/device/Kconfig:48

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:60drivers/usb/Kconfig:11

Menu path: (Top) → Device Drivers → USB

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)