| # Copyright (c) 2026, Realtek Semiconductor Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config UART_BEE | |
| bool "Realtek Bee series UART driver" | |
| default y | |
| depends on DT_HAS_REALTEK_BEE_UART_ENABLED | |
| select HAL_REALTEK_BEE_UART | |
| select SERIAL_HAS_DRIVER | |
| select SERIAL_SUPPORT_INTERRUPT | |
| select PINCTRL | |
| help | |
| This option enables the UART driver for Realtek Bee SoCs. |