# Kconfig.beetle - ARM CMSDK APB SoC UART configuration options | |
# | |
# | |
# Copyright (c) 2016 Linaro Limited | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
menuconfig UART_CMSDK_APB | |
bool "ARM CMSDK APB UART driver" | |
select SERIAL_HAS_DRIVER | |
select SERIAL_SUPPORT_INTERRUPT | |
depends on SOC_FAMILY_ARM | |
help | |
This option enables the UART driver for ARM CMSDK APB UART. |