1# LPC11U6X UART configuration
2
3# Copyright (c) 2020 Seagate Technology
4# SPDX-License-Identifier: Apache-2.0
5
6config UART_LPC11U6X
7	bool "LPC11U6X serial driver"
8	select SERIAL_HAS_DRIVER
9	select SERIAL_SUPPORT_INTERRUPT
10	depends on SOC_SERIES_LPC11U6X
11	help
12	  Enable UART driver for LPC11U6X series
13