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
|
|
|
|
|
|
|
|
menuconfig PWM_SIFIVE
|
|
|
|
bool "SiFive Freedom PWM driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SIFIVE_PWM0_ENABLED
|
2018-11-22 06:19:47 +08:00
|
|
|
help
|
|
|
|
Enable the PWM driver for the SiFive Freedom platform
|
|
|
|
|
|
|
|
config PWM_SIFIVE_INIT_PRIORITY
|
|
|
|
int "Init Priority"
|
|
|
|
default KERNEL_INIT_PRIORITY_DEVICE
|
2020-02-10 05:26:07 +08:00
|
|
|
depends on PWM_SIFIVE
|
2018-11-22 06:19:47 +08:00
|
|
|
help
|
|
|
|
SiFive PWM Driver Initialization Priority
|