-
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 <Zephyr>/Kconfig:8
→ <Zephyr>/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 <Zephyr>/Kconfig:8
→ <Zephyr>/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>/drivers/usb/device/Kconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:68
→ <Zephyr>/drivers/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.)