:orphan: .. title:: CONFIG_SERIAL .. kconfig:: CONFIG_SERIAL CONFIG_SERIAL ############# *Serial Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable options for serial drivers. Defaults ======== - y - n - n Symbols that select this symbol =============================== - \ :kconfig:`BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE ` - \ :kconfig:`WIFI_ESWIFI_BUS_UART ` - \ :kconfig:`SHELL_BACKEND_SERIAL ` Kconfig definitions =================== At ``/arm/nrf52840dongle_nrf52840/Kconfig.defconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SERIAL bool default y depends on USB_DEVICE_STACK && BOARD_NRF52840DONGLE_NRF52840 ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config SERIAL bool default n depends on SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config SERIAL bool default n depends on SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX ---- At ``/serial/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig SERIAL bool "Serial Drivers" help Enable options for serial drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*