diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2019-11-21 13:52:51 +0300 |
---|---|---|
committer | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2019-11-21 13:52:51 +0300 |
commit | 5ec966dbcc1935cfd429ffba22b837b88219cfcb (patch) | |
tree | b77800a591d083134c8e6e45b83ecd0b71cd0438 /drivers/platform/chrome/Kconfig | |
parent | c2ce4d23299fc8c40d5f20f2536eb56838c27762 (diff) | |
parent | 99cdb2472bb0466b9e73e27bc4ac769999313af8 (diff) | |
download | linux-5ec966dbcc1935cfd429ffba22b837b88219cfcb.tar.xz |
Merge tag 'tag-ib-chrome-mfd-iio-input-5.5' into chrome-platform-5.5
IB between mfd, iio, input and chrome platform for cros-ec-sensorhub
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'drivers/platform/chrome/Kconfig')
-rw-r--r-- | drivers/platform/chrome/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index b66cc7182287..38f4b98a98b2 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -190,6 +190,18 @@ config CROS_EC_DEBUGFS To compile this driver as a module, choose M here: the module will be called cros_ec_debugfs. +config CROS_EC_SENSORHUB + tristate "ChromeOS EC MEMS Sensor Hub" + depends on CROS_EC + help + Allow loading IIO sensors. This driver is loaded by MFD and will in + turn query the EC and register the sensors. + It also spreads the sensor data coming from the EC to the IIO sensor + object. + + To compile this driver as a module, choose M here: the + module will be called cros_ec_sensorhub. + config CROS_EC_SYSFS tristate "ChromeOS EC control and information through sysfs" depends on MFD_CROS_EC_DEV && SYSFS |