:orphan: .. title:: SERIAL .. option:: CONFIG_SERIAL *Serial Drivers* Type: ``bool`` Help ==== Enable options for serial drivers. Defaults ======== - \ :option:`USB_CDC_ACM ` - n Symbols that select this symbol =============================== - \ :option:`BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE ` - \ :option:`WIFI_ESWIFI_BUS_UART ` - \ :option:`SHELL_BACKEND_SERIAL ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/nrf52840dongle_nrf52840/Kconfig.defconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SERIAL bool default \ :option:`USB_CDC_ACM ` depends on \ :option:`USB ` && \ :option:`BOARD_NRF52840DONGLE_NRF52840 ` ---- At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. parsed-literal:: config SERIAL bool default n depends on \ :option:`SOC_LPC55S69_CPU1 ` && \ :option:`SOC_SERIES_LPC55XXX ` ---- At ``drivers/serial/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig SERIAL bool "Serial Drivers" help Enable options for serial drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*