Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47f11e0b authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Lee Jones
Browse files

mfd / platform: cros_ec: Move cros-ec core driver out from MFD

parent 7aa703bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ config EXTCON_USB_GPIO

config EXTCON_USBC_CROS_EC
	tristate "ChromeOS Embedded Controller EXTCON support"
	depends on MFD_CROS_EC
	depends on CROS_EC
	help
	  Say Y here to enable USB Type C cable detection extcon support when
	  using Chrome OS EC based USB Type-C ports.
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ config HOLTEK_FF

config HID_GOOGLE_HAMMER
	tristate "Google Hammer Keyboard"
	depends on USB_HID && LEDS_CLASS && MFD_CROS_EC
	depends on USB_HID && LEDS_CLASS && CROS_EC
	---help---
	Say Y here if you have a Google Hammer device.

+1 −1
Original line number Diff line number Diff line
@@ -1345,7 +1345,7 @@ config I2C_SIBYTE

config I2C_CROS_EC_TUNNEL
	tristate "ChromeOS EC tunnel I2C bus"
	depends on MFD_CROS_EC
	depends on CROS_EC
	help
	  If you say yes here you get an I2C bus that will tunnel i2c commands
	  through to the other side of the ChromeOS EC to the i2c bus
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
config IIO_CROS_EC_SENSORS_CORE
	tristate "ChromeOS EC Sensors Core"
	depends on SYSFS && MFD_CROS_EC
	depends on SYSFS && CROS_EC
	select IIO_BUFFER
	select IIO_TRIGGERED_BUFFER
	help
+1 −1
Original line number Diff line number Diff line
@@ -745,7 +745,7 @@ config KEYBOARD_W90P910
config KEYBOARD_CROS_EC
	tristate "ChromeOS EC keyboard"
	select INPUT_MATRIXKMAP
	depends on MFD_CROS_EC
	depends on CROS_EC
	help
	  Say Y here to enable the matrix keyboard used by ChromeOS devices
	  and implemented on the ChromeOS EC. You must enable one bus option
Loading