-
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 <Zephyr SoC>/arm/atmel_sam/same70/Kconfig.defconfig.series:71
Included via Kconfig:8
→ Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr SoC>/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config USB_DC_SAM
bool
default y
depends on USB && SOC_SERIES_SAME70
At <Zephyr SoC>/arm/atmel_sam/samv71/Kconfig.defconfig.series:72
Included via Kconfig:8
→ Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr SoC>/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config USB_DC_SAM
bool
default y
depends on USB && SOC_SERIES_SAMV71
At <Zephyr Driver>/usb/device/Kconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:32
→ <Zephyr Driver>/Kconfig:68
→ <Zephyr Driver>/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.)