You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
354 B
14 lines
354 B
# Copyright (c) 2021-2025 ATL Electronics |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config UART_BFLB |
|
bool "Bouffalo Lab serial driver" |
|
default y |
|
depends on DT_HAS_BFLB_UART_ENABLED |
|
select PINCTRL |
|
select SERIAL_HAS_DRIVER |
|
select SERIAL_SUPPORT_INTERRUPT |
|
select USE_BFLB_UART |
|
help |
|
This option enables the UART driver for Bouffalo Lab SoC family.
|
|
|