-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: misc: zte-sensor: Add AKM8963, accel mc3xxx, accel bm2xx
Used in T792
- Loading branch information
Showing
7 changed files
with
7,976 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# | ||
# Makefile for TI's shared transport line discipline | ||
# and its protocol drivers (BT, FM, GPS) | ||
# | ||
obj-$(CONFIG_ZTE_SENSORS_ACCEL_LIS3DH) += lis3dh_acc.o | ||
obj-$(CONFIG_ZTE_SENSORS_LIGHT_TAOS) += taos.o | ||
obj-$(CONFIG_ZTE_SENSORS_ACCEL_MC3XXX) += mc3xxx.o | ||
obj-$(CONFIG_ZTE_SENSORS_ACCEL_BMA2XX) += bma2xx.o | ||
obj-$(CONFIG_ZTE_SENSORS_COMPASS_AK8963) += akm8963.o |
Oops, something went wrong.