1# Fake stepper configuration options 2 3# Copyright (c) 2024 Fabian Blatz <fabianblatz@gmail.com> 4# SPDX-License-Identifier: Apache-2.0 5 6config FAKE_STEPPER 7 bool "Fake stepper driver" 8 default y 9 depends on DT_HAS_ZEPHYR_FAKE_STEPPER_ENABLED 10 help 11 Enable support for the FFF-based fake stepper driver. 12