mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 10:12:55 +00:00
This commit removes the y-selection of the `CONFIG_PINCTRL` Kconfig option in FE310-based boards defconfig files. It also makes drivers used in FE310 y-select `CONFIG_PINCTRL` if pinmuxing is needed. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# SiFive SPI Driver configuration options
|
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_SIFIVE
|
|
bool "SiFive SPI controller driver"
|
|
default y
|
|
depends on DT_HAS_SIFIVE_SPI0_ENABLED
|
|
select PINCTRL if SOC_SERIES_SIFIVE_FREEDOM_FE300
|
|
help
|
|
Enable the SPI peripherals on SiFive Freedom processors
|