2 # Chrome OS Embedded Controller managed sensors library
4 config IIO_CROS_EC_SENSORS_CORE
5 tristate "ChromeOS EC Sensors Core"
6 depends on SYSFS && MFD_CROS_EC
8 select IIO_TRIGGERED_BUFFER
10 Base module for the ChromeOS EC Sensors module.
11 Contains core functions used by other IIO CrosEC sensor
13 Define common attributes and sysfs interrupt handler.
15 config IIO_CROS_EC_SENSORS
16 tristate "ChromeOS EC Contiguous Sensors"
17 depends on IIO_CROS_EC_SENSORS_CORE
19 Module to handle 3d contiguous sensors like
20 Accelerometers, Gyroscope and Magnetometer that are
21 presented by the ChromeOS EC Sensor hub.
22 Creates an IIO device for each functions.