mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 05:44: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>
19 lines
496 B
Plaintext
19 lines
496 B
Plaintext
#
|
|
# IIO over SCMI
|
|
#
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
menu "IIO SCMI Sensors"
|
|
|
|
config IIO_SCMI
|
|
tristate "IIO SCMI"
|
|
depends on ARM_SCMI_PROTOCOL
|
|
select IIO_BUFFER
|
|
select IIO_KFIFO_BUF
|
|
help
|
|
Say yes here to build support for IIO SCMI Driver.
|
|
This provides ARM SCMI Protocol based IIO device.
|
|
This driver provides support for accelerometer and gyroscope
|
|
sensors available on SCMI based platforms.
|
|
endmenu
|