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.
8 lines
299 B
8 lines
299 B
# SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG |
|
# SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config GPIO_STEPPER |
|
bool "Activate driver for gpio stepper control" |
|
depends on DT_HAS_ZEPHYR_GPIO_STEPPER_ENABLED |
|
default y
|
|
|