Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

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

Bootlin logo

Elixir Cross Referencer

# Kconfig.riscv_qemu - riscv-qemu UART configuration option
#
# Copyright (c) 2016 Jean-Paul Etienne <fractalclone@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#

menuconfig UART_RISCV_QEMU
	bool "riscv-qemu UART driver"
	depends on SOC_RISCV32_QEMU
	default n
	select SERIAL_HAS_DRIVER
	help
	Enable the riscv-qemu UART driver.