aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/Kconfig
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-11-21 11:52:51 +0100
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-11-21 11:52:51 +0100
commit5ec966dbcc1935cfd429ffba22b837b88219cfcb (patch)
treeb77800a591d083134c8e6e45b83ecd0b71cd0438 /drivers/platform/chrome/Kconfig
parentplatform/chrome: cros_usbpd_logger: add missed destroy_workqueue in remove (diff)
parentRevert "Input: cros_ec_keyb: mask out extra flags in event_type" (diff)
downloadlinux-dev-5ec966dbcc1935cfd429ffba22b837b88219cfcb.tar.xz
linux-dev-5ec966dbcc1935cfd429ffba22b837b88219cfcb.zip
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/Kconfig12
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