zephyr/drivers/haptics/Kconfig
Ricardo Rivera-Matos b5a5bddf60 haptics: Introduces support for DRV2605 Haptic Driver
Adds support for the DRV2605 haptic driver.

Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
2024-08-08 15:57:12 +02:00

25 lines
461 B
Plaintext

# Copyright 2024 Cirrus Logic, Inc.
#
# SPDX-License-Identifier: Apache-2.0
menuconfig HAPTICS
bool "Haptic feedback drivers"
help
Enable haptics driver configuration.
if HAPTICS
module = HAPTICS
module-str = haptics
source "subsys/logging/Kconfig.template.log_config"
config HAPTICS_INIT_PRIORITY
int "Haptic driver init priority"
default 90
help
Haptic driver initialization priority.
source "drivers/haptics/Kconfig.drv2605"
endif # HAPTICS