zephyr/drivers/pwm/Kconfig.fake
Nathan Olff c152453a72 drivers: pwm: implement fake-pwm driver
implement fake-pwm driver with binding using fff

Signed-off-by: Nathan Olff <nathan@kickmaker.net>
2024-12-14 16:14:57 +01:00

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.