Fixes items that are not properly in menus or have Kconfig selections that make no sense Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2024 Navimatix GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DRV8424
|
|
bool "TI DRV8424 stepper motor driver"
|
|
default y
|
|
depends on DT_HAS_TI_DRV8424_ENABLED
|
|
select STEPPER_TI
|
|
select STEP_DIR_STEPPER
|
|
select STEPPER_STEP_DIR_GENERATE_ISR_SAFE_EVENTS
|
|
help
|
|
Enable driver for TI DRV8424 stepper motor driver.
|