diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2021-03-15 13:27:00 +0000 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2021-03-15 13:27:00 +0000 |
commit | 908a4f778dc7cc0087a862bf43c8bba8821b610c (patch) | |
tree | beaaa786e3c10bda8304776753eaa19407d4af41 /drivers/iio/common/scmi_sensors/Kconfig | |
parent | 80a064dbd556cde36f0b7f1778e8d8a1dc50f19f (diff) | |
parent | f774117c96f94c7c4d2f076e4cacc80218b0df48 (diff) |
Merge branch 'ib-iio-scmi-5.12-rc2-take3' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into for-next/scmi
* 'ib-iio-scmi-5.12-rc2-take3' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio:
iio/scmi: Adding support for IIO SCMI Based Sensors
Diffstat (limited to 'drivers/iio/common/scmi_sensors/Kconfig')
-rw-r--r-- | drivers/iio/common/scmi_sensors/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/iio/common/scmi_sensors/Kconfig b/drivers/iio/common/scmi_sensors/Kconfig new file mode 100644 index 000000000000..67e084cbb1ab --- /dev/null +++ b/drivers/iio/common/scmi_sensors/Kconfig @@ -0,0 +1,18 @@ +# +# 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 |