CONFIG_USB_CDC_ACM
USB CDC ACM Class support
Type: bool
Help
USB CDC ACM class support.
Direct dependencies
BOARD_BL654_USB
|| (SERIAL
&& USB_DEVICE_STACK
)
(Includes any dependencies from ifs and menus.)
Defaults
n if
USB_DEVICE_BLUETOOTH
n
Symbols selected by this symbol
Kconfig definitions
At <Boards>/arm/bl654_usb/Kconfig.defconfig:26
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config USB_CDC_ACM
bool
default n if USB_DEVICE_BLUETOOTH
depends on BOARD_BL654_USB
At <Subsystem>/usb/class/Kconfig.cdc:8
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:49
→ <Subsystem>/usb/Kconfig:161
→ <Subsystem>/usb/class/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB CDC ACM Class support
config USB_CDC_ACM
bool "USB CDC ACM Class support"
default n
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select RING_BUFFER
select UART_INTERRUPT_DRIVEN
depends on SERIAL && USB_DEVICE_STACK
help
USB CDC ACM class support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)