implement fake-pwm driver with binding using fff Signed-off-by: Nathan Olff <nathan@kickmaker.net>
11 lines
257 B
Text
11 lines
257 B
Text
# 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.
|