1# Copyright (c) 2023 ENE Technology Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config UART_ENE_KB1200 5 bool "ENE KB1200 serial driver" 6 default y 7 depends on DT_HAS_ENE_KB1200_UART_ENABLED 8 select SERIAL_HAS_DRIVER 9 select SERIAL_SUPPORT_INTERRUPT 10 select PINCTRL 11 help 12 This option enables the KB1200 serial driver. 13