mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08: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>
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# IIO common modules
|
|
#
|
|
|
|
source "drivers/iio/common/cros_ec_sensors/Kconfig"
|
|
source "drivers/iio/common/hid-sensors/Kconfig"
|
|
source "drivers/iio/common/ms_sensors/Kconfig"
|
|
source "drivers/iio/common/scmi_sensors/Kconfig"
|
|
source "drivers/iio/common/ssp_sensors/Kconfig"
|
|
source "drivers/iio/common/st_sensors/Kconfig"
|