xref: /linux/drivers/iio/common/scmi_sensors/Kconfig (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
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