The latest development version of this page may be more current than this released 2.6.1-rc1 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) || (USB && SOC_SERIES_SAMV71) || ((SOC_SERIES_SAME70 || SOC_SERIES_SAMV71) && USB)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config USB_DC_SAM
    bool
    default y
    depends on USB && SOC_SERIES_SAME70

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

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config USB_DC_SAM
    bool
    default y
    depends on USB && SOC_SERIES_SAMV71

At drivers/usb/device/Kconfig:42

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:68drivers/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 || SOC_SERIES_SAMV71) && USB
    help
      SAM family USB HS device controller Driver.

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