mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
f774117c96
This change provides ARM SCMI Protocol based IIO device. This driver provides support for Accelerometer and Gyroscope using SCMI Sensor Protocol extensions added in the SCMIv3.0 ARM specification Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Jyoti Bhayana <jbhayana@google.com> Link: https://lore.kernel.org/r/20210212172235.507028-2-jbhayana@google.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20210309231259.78050-2-jbhayana@google.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
17 lines
519 B
Makefile
17 lines
519 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the IIO common modules.
|
|
# Common modules contains modules, which can be shared among multiple
|
|
# IIO modules. For example if the trigger processing is common for
|
|
# multiple IIO modules then this can be moved to a common module
|
|
# instead of duplicating in each module.
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-y += cros_ec_sensors/
|
|
obj-y += hid-sensors/
|
|
obj-y += ms_sensors/
|
|
obj-y += scmi_sensors/
|
|
obj-y += ssp_sensors/
|
|
obj-y += st_sensors/
|