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