-
CONFIG_USB_CDC_ACM
¶
USB CDC ACM Device Class Driver
Type: bool
Help¶
USB CDC ACM device class driver. Default device name is “CDC_ACM_0”.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/usb/class/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:42
→ <Zephyr>/subsys/usb/Kconfig:144
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
config USB_CDC_ACM bool "USB CDC ACM Device Class Driver" selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
selectRING_BUFFER
depends onUSB_DEVICE_STACK
help USB CDC ACM device class driver. Default device name is "CDC_ACM_0".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)