19 lines · plain
1#2# IIO over SCMI3#4# When adding new entries keep the list in alphabetical order5 6menu "IIO SCMI Sensors"7 8config IIO_SCMI9 tristate "IIO SCMI"10 depends on ARM_SCMI_PROTOCOL11 select IIO_BUFFER12 select IIO_KFIFO_BUF13 help14 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 gyroscope17 sensors available on SCMI based platforms.18endmenu19