mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 12:16:25 +00:00
FE310 is the name of one SoC out of a range of products in the SiFive Freedom line. The FE310 SoC port in Zephyr is compatible with all of these products, so rename the SoC to SiFive Freedom Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
21 lines
492 B
Plaintext
21 lines
492 B
Plaintext
# Kconfig.fe310 - PINMUX configuration options for SiFive Freedom SOC
|
|
#
|
|
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig PINMUX_SIFIVE
|
|
bool "SiFive Freedom SOC pinmux driver"
|
|
depends on PINMUX && SOC_SERIES_RISCV32_SIFIVE_FREEDOM
|
|
help
|
|
Enable driver for the SiFive Freedom SOC pinmux driver
|
|
|
|
if PINMUX_SIFIVE
|
|
|
|
config PINMUX_SIFIVE_0_NAME
|
|
string "SIFIVE pinmux 0 driver name"
|
|
default "pinmux0"
|
|
|
|
endif # PINMUX_SIFIVE
|