-
CONFIG_UART_CMSDK_APB
¶
ARM CMSDK APB UART driver
Type: bool
Help¶
This option enables the UART driver for ARM CMSDK APB UART.
Direct dependencies¶
(SERIAL
&& BOARD_MPS2_AN385
) || (SERIAL
&& BOARD_MPS2_AN521
) || (SERIAL
&& BOARD_V2M_BEETLE
) || (SOC_FAMILY_ARM
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/arm/mps2_an385/Kconfig.defconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config UART_CMSDK_APB bool default y depends onSERIAL
&&BOARD_MPS2_AN385
At <Zephyr>/boards/arm/mps2_an521/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config UART_CMSDK_APB bool default y depends onSERIAL
&&BOARD_MPS2_AN521
At <Zephyr>/boards/arm/v2m_beetle/Kconfig.defconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config UART_CMSDK_APB bool default y depends onSERIAL
&&BOARD_V2M_BEETLE
At <Zephyr>/drivers/serial/Kconfig.cmsdk_apb:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:101
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_CMSDK_APB bool "ARM CMSDK APB UART driver" selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
depends onSOC_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.)