|
@@ -202,26 +202,6 @@ config MFD_CROS_EC
|
|
|
You also need to enable the driver for the bus you are using. The
|
|
|
protocol for talking to the EC is defined by the bus driver.
|
|
|
|
|
|
-config MFD_CROS_EC_I2C
|
|
|
- tristate "ChromeOS Embedded Controller (I2C)"
|
|
|
- depends on MFD_CROS_EC && I2C
|
|
|
-
|
|
|
- help
|
|
|
- If you say Y here, you get support for talking to the ChromeOS
|
|
|
- EC through an I2C bus. This uses a simple byte-level protocol with
|
|
|
- a checksum. Failing accesses will be retried three times to
|
|
|
- improve reliability.
|
|
|
-
|
|
|
-config MFD_CROS_EC_SPI
|
|
|
- tristate "ChromeOS Embedded Controller (SPI)"
|
|
|
- depends on MFD_CROS_EC && SPI
|
|
|
-
|
|
|
- ---help---
|
|
|
- If you say Y here, you get support for talking to the ChromeOS EC
|
|
|
- through a SPI bus, using a byte-level protocol. Since the EC's
|
|
|
- response time cannot be guaranteed, we support ignoring
|
|
|
- 'pre-amble' bytes before the response actually starts.
|
|
|
-
|
|
|
config MFD_CROS_EC_CHARDEV
|
|
|
tristate "Chrome OS Embedded Controller userspace device interface"
|
|
|
depends on MFD_CROS_EC
|