CONFIG_USB_DC_SAM0¶
SAM0 series USB Device Controller driver
Type: bool
Help¶
SAM0 family USB device controller Driver.
Direct dependencies¶
SOC_FAMILY_SAM0 || SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && USB_DEVICE_DRIVER)
(Includes any dependencies from ifs and menus.)
Defaults¶
Kconfig definitions¶
At <Zephyr SoC>/arm/atmel_sam0/common/Kconfig.defconfig.series:41
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config USB_DC_SAM0
    bool
    default USB_DEVICE_DRIVER
    depends on SOC_FAMILY_SAM0
At <Zephyr SoC>/arm/atmel_sam0/common/Kconfig.defconfig.series:41
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config USB_DC_SAM0
    bool
    default USB_DEVICE_DRIVER
    depends on SOC_FAMILY_SAM0
At <Zephyr Driver>/usb/device/Kconfig:41
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:70 → <Zephyr Driver>/usb/Kconfig:6
Menu path: (Top) → Device Drivers → Enable USB device controller drivers
config USB_DC_SAM0
    bool "SAM0 series USB Device Controller driver"
    default y
    depends on SOC_FAMILY_SAM0 && USB_DEVICE_DRIVER
    help
      SAM0 family USB device controller Driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)