diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 4e54b5b01295..94b45476893e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -39,6 +39,16 @@ config MFD_CROS_EC_I2C | |||
39 | a checksum. Failing accesses will be retried three times to | 39 | a checksum. Failing accesses will be retried three times to |
40 | improve reliability. | 40 | improve reliability. |
41 | 41 | ||
42 | config MFD_CROS_EC_SPI | ||
43 | tristate "ChromeOS Embedded Controller (SPI)" | ||
44 | depends on MFD_CROS_EC && SPI | ||
45 | |||
46 | ---help--- | ||
47 | If you say Y here, you get support for talking to the ChromeOS EC | ||
48 | through a SPI bus, using a byte-level protocol. Since the EC's | ||
49 | response time cannot be guaranteed, we support ignoring | ||
50 | 'pre-amble' bytes before the response actually starts. | ||
51 | |||
42 | config MFD_88PM800 | 52 | config MFD_88PM800 |
43 | tristate "Support Marvell 88PM800" | 53 | tristate "Support Marvell 88PM800" |
44 | depends on I2C=y && GENERIC_HARDIRQS | 54 | depends on I2C=y && GENERIC_HARDIRQS |