Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/collab-sdk-dev
/
.
/
drivers
/
pwm
/
Kconfig.fake
blob: bc7fa46ee74b924af0530f1ea262e5457906abaf [
file
] [
log
] [
blame
] [
edit
]
# Fake PWM configuration options
# Copyright (c) 2024 Kickmaker
# SPDX-License-Identifier: Apache-2.0
config PWM_FAKE
bool
"Fake PWM driver"
default
y
depends on DT_HAS_ZEPHYR_FAKE_PWM_ENABLED
help
Enable
support
for
the FFF
-
based fake PWM driver
.