Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0

config UART_ROM_ESP32C3
	bool "ESP32C3 ROM UART driver"
	default y
	select SERIAL_HAS_DRIVER
	depends on SOC_ESP32C3
	help
	  Enable the ESP32C3 UART using ROM routines.