1# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4config UART_ROM_ESP32S2
5 bool "ESP32S2 ROM UART driver"
6 default y
7 select SERIAL_HAS_DRIVER
8 depends on SOC_ESP32S2
9 help
10 Enable the ESP32S2 UART using ROM routines.
11