aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/common/Kconfig
diff options
context:
space:
mode:
authorJyoti Bhayana <jbhayana@google.com>2021-03-09 23:12:59 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-03-13 16:43:04 +0000
commitf774117c96f94c7c4d2f076e4cacc80218b0df48 (patch)
tree28b5812fd6be25930acfbbe2cff1d804f6db6139 /drivers/iio/common/Kconfig
parentLinux 5.12-rc2 (diff)
downloadlinux-dev-f774117c96f94c7c4d2f076e4cacc80218b0df48.tar.xz
linux-dev-f774117c96f94c7c4d2f076e4cacc80218b0df48.zip
iio/scmi: Adding support for IIO SCMI Based Sensors
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>
Diffstat (limited to 'drivers/iio/common/Kconfig')
-rw-r--r--drivers/iio/common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/common/Kconfig b/drivers/iio/common/Kconfig
index 2b9ee9161abd..0334b4954773 100644
--- a/drivers/iio/common/Kconfig
+++ b/drivers/iio/common/Kconfig
@@ -6,5 +6,6 @@
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"