You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
477 B
18 lines
477 B
# Copyright (c) 2023 Andriy Gelman <andriy.gelman@gmail.com> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config CLOCK_CONTROL_PWM |
|
bool "Generic PWM clock" |
|
default y |
|
depends on DT_HAS_PWM_CLOCK_ENABLED |
|
select PWM |
|
help |
|
Enable generic PWM clock. |
|
|
|
config CLOCK_CONTROL_PWM_INIT_PRIORITY |
|
int "Initialization priority of the pwm clock device" |
|
default 51 |
|
depends on CLOCK_CONTROL_PWM |
|
help |
|
Initialization priority of the PWM clock device. Must be |
|
lower priority than PWM.
|
|
|