1# Copyright (c) 2023 Efinix Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config UART_EFINIX_SAPPIHIRE
5	bool "EFINIX_SAPPIHIRE serial driver"
6	default y
7	depends on DT_HAS_EFINIX_SAPPHIRE_UART0_ENABLED
8	select SERIAL_HAS_DRIVER
9	help
10	  This option enables Efinix sapphire serial driver.
11