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.fe310 - PINMUX configuration options for SiFive Freedom E310 SOC
#
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#

menuconfig PINMUX_FE310
	bool "SiFive Freedom E310 SOC pinmux driver"
	depends on PINMUX && SOC_SERIES_RISCV32_FE310
	default n
	help
	Enable driver for the SiFive Freedom E310 SOC pinmux driver

if PINMUX_FE310

config PINMUX_FE310_0_NAME
	string "FE310 pinmux 0 driver name"
	default "pinmux0"

endif # PINMUX_FE310