forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haptics: Introduces support for DRV2605 Haptic Driver
Adds support for the DRV2605 haptic driver. Signed-off-by: Ricardo Rivera-Matos <[email protected]>
- Loading branch information
1 parent
ab6a738
commit b5a5bdd
Showing
5 changed files
with
721 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2024 Cirrus Logic, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config HAPTICS_DRV2605 | ||
bool "DRV2605 Haptics Driver" | ||
default y | ||
depends on DT_HAS_TI_DRV2605_ENABLED | ||
select I2C | ||
help | ||
Enable I2C-based driver for the Texas Instruments DRV2605 Haptics | ||
Driver. |
Oops, something went wrong.