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