:orphan: .. title:: CONFIG_UART_CMSDK_APB .. kconfig:: CONFIG_UART_CMSDK_APB CONFIG_UART_CMSDK_APB ##################### *ARM CMSDK APB UART driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for ARM CMSDK APB UART. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_MPS2_AN385 `) || (\ :kconfig:`SERIAL ` && (\ :kconfig:`BOARD_MPS2_AN521_CPU0 ` || \ :kconfig:`BOARD_MPS2_AN521_CPU0_NS ` || \ :kconfig:`BOARD_MPS2_AN521_CPU1 `)) || (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_MPS3_AN547 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_V2M_BEETLE `) || (\ :kconfig:`SOC_FAMILY_ARM ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/mps2_an385/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_CMSDK_APB bool default y depends on SERIAL && BOARD_MPS2_AN385 ---- At ``/arm/mps2_an521/Kconfig.defconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_CMSDK_APB bool default y depends on SERIAL && (BOARD_MPS2_AN521_CPU0 || BOARD_MPS2_AN521_CPU0_NS || BOARD_MPS2_AN521_CPU1) ---- At ``/arm/mps3_an547/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_CMSDK_APB bool default y depends on SERIAL && BOARD_MPS3_AN547 ---- At ``/arm/v2m_beetle/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_CMSDK_APB bool default y depends on SERIAL && BOARD_V2M_BEETLE ---- At ``/serial/Kconfig.cmsdk_apb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:124`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_CMSDK_APB bool "ARM CMSDK APB UART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_FAMILY_ARM && SERIAL help This option enables the UART driver for ARM CMSDK APB UART. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*