You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
304 B
11 lines
304 B
# 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.
|
|
|