mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 20:45:09 +00:00
Fix Kconfig help sections and add spacing to be consistent across all Kconfig file. In a previous run we missed a few. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
# 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.
|