Skip to content

Commit

Permalink
platform/chrome: cros_ec: Add Kconfig default for cros-ec-sensorhub
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Enric Balletbo i Serra committed Nov 27, 2019
1 parent 5ec966d commit 74c166b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/platform/chrome/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ config CROS_EC_DEBUGFS

config CROS_EC_SENSORHUB
tristate "ChromeOS EC MEMS Sensor Hub"
depends on CROS_EC
depends on MFD_CROS_EC_DEV
default MFD_CROS_EC_DEV
help
Allow loading IIO sensors. This driver is loaded by MFD and will in
turn query the EC and register the sensors.
Expand Down

0 comments on commit 74c166b

Please sign in to comment.