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>
12 lines
332 B
Text
12 lines
332 B
Text
# SiFive Freedom PWM configuration options
|
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_SIFIVE
|
|
bool "SiFive Freedom PWM driver"
|
|
default y
|
|
depends on DT_HAS_SIFIVE_PWM0_ENABLED
|
|
select PINCTRL if SOC_SERIES_SIFIVE_FREEDOM_FE300
|
|
help
|
|
Enable the PWM driver for the SiFive Freedom platform
|