xref: /linux/drivers/iio/common/scmi_sensors/Kconfig (revision 16e5ac127d8d18adf85fe5ba847d77b58d1ed418)
1#
2# IIO over SCMI
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "IIO SCMI Sensors"
7
8config IIO_SCMI
9	tristate "IIO SCMI"
10        depends on ARM_SCMI_PROTOCOL
11        select IIO_BUFFER
12        select IIO_KFIFO_BUF
13	help
14          Say yes here to build support for IIO SCMI Driver.
15          This provides ARM SCMI Protocol based IIO device.
16          This driver provides support for accelerometer and gyroscope
17          sensors available on SCMI based platforms.
18endmenu
19