0001 #
0002 # IIO over SCMI
0003 #
0004 # When adding new entries keep the list in alphabetical order
0005
0006 menu "IIO SCMI Sensors"
0007
0008 config IIO_SCMI
0009 tristate "IIO SCMI"
0010 depends on ARM_SCMI_PROTOCOL
0011 select IIO_BUFFER
0012 select IIO_KFIFO_BUF
0013 help
0014 Say yes here to build support for IIO SCMI Driver.
0015 This provides ARM SCMI Protocol based IIO device.
0016 This driver provides support for accelerometer and gyroscope
0017 sensors available on SCMI based platforms.
0018 endmenu