CONFIG_SERIAL

Serial Drivers

Type: bool

Help

Enable options for serial drivers.

Default

Kconfig definitions

At <Zephyr>/boards/arm/nrf52840dongle_nrf52840/Kconfig.defconfig:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SERIAL
    bool
    default USB_CDC_ACM
    depends on USB && BOARD_NRF52840DONGLE_NRF52840

At <Zephyr>/drivers/serial/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24

Menu path: (Top) → Device Drivers

menuconfig SERIAL
    bool "Serial Drivers"
    help
      Enable options for serial drivers.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)