zephyr/drivers/serial/Kconfig.ene
Steven Chang 9f22c8951b drivers: uart: initial device driver for ENE KB1200
Add uart driver for ENE KB1200

Signed-off-by: Steven Chang <steven@ene.com.tw>
2024-03-15 09:39:48 +00:00

13 lines
320 B
Plaintext

# Copyright (c) 2023 ENE Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config UART_ENE_KB1200
bool "ENE KB1200 serial driver"
default y
depends on DT_HAS_ENE_KB1200_UART_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select PINCTRL
help
This option enables the KB1200 serial driver.