Add `zephyr,fake-stepper` compatible which can be used inside of unit tests. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
11 lines
304 B
Text
11 lines
304 B
Text
# Fake stepper configuration options
|
|
|
|
# Copyright (c) 2024 Fabian Blatz <fabianblatz@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config FAKE_STEPPER
|
|
bool "Fake stepper driver"
|
|
default y
|
|
depends on DT_HAS_ZEPHYR_FAKE_STEPPER_ENABLED
|
|
help
|
|
Enable support for the FFF-based fake stepper driver.
|