platform/chrome: cros_ec: Add Kconfig default for cros-ec-sensorhub

Like the other CrOS EC sub-drivers set that depends on his parent and
set default to the parent's value.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
This commit is contained in:
Enric Balletbo i Serra 2019-11-27 09:49:39 +01:00
parent 5ec966dbcc
commit 74c166b588

View File

@ -192,7 +192,8 @@ config CROS_EC_DEBUGFS
config CROS_EC_SENSORHUB config CROS_EC_SENSORHUB
tristate "ChromeOS EC MEMS Sensor Hub" tristate "ChromeOS EC MEMS Sensor Hub"
depends on CROS_EC depends on MFD_CROS_EC_DEV
default MFD_CROS_EC_DEV
help help
Allow loading IIO sensors. This driver is loaded by MFD and will in Allow loading IIO sensors. This driver is loaded by MFD and will in
turn query the EC and register the sensors. turn query the EC and register the sensors.