2019-11-01 20:45:29 +08:00
|
|
|
# SiFive Freedom PWM configuration options
|
|
|
|
|
2018-11-22 06:19:47 +08:00
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-09-21 17:22:06 +08:00
|
|
|
config PWM_SIFIVE
|
2018-11-22 06:19:47 +08:00
|
|
|
bool "SiFive Freedom PWM driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SIFIVE_PWM0_ENABLED
|
2024-09-18 17:11:49 +08:00
|
|
|
select PINCTRL if SOC_SERIES_SIFIVE_FREEDOM_FE300
|
2018-11-22 06:19:47 +08:00
|
|
|
help
|
|
|
|
Enable the PWM driver for the SiFive Freedom platform
|