aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/chrome/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig
index 21f4ea6c6c21..fde1129501f5 100644
--- a/drivers/platform/chrome/Kconfig
+++ b/drivers/platform/chrome/Kconfig
@@ -40,7 +40,7 @@ config CHROMEOS_PSTORE
40 40
41config CROS_EC_CHARDEV 41config CROS_EC_CHARDEV
42 tristate "Chrome OS Embedded Controller userspace device interface" 42 tristate "Chrome OS Embedded Controller userspace device interface"
43 depends on CROS_EC_PROTO 43 depends on MFD_CROS_EC
44 ---help--- 44 ---help---
45 This driver adds support to talk with the ChromeOS EC from userspace. 45 This driver adds support to talk with the ChromeOS EC from userspace.
46 46
@@ -49,7 +49,7 @@ config CROS_EC_CHARDEV
49 49
50config CROS_EC_LPC 50config CROS_EC_LPC
51 tristate "ChromeOS Embedded Controller (LPC)" 51 tristate "ChromeOS Embedded Controller (LPC)"
52 depends on MFD_CROS_EC && CROS_EC_PROTO && (X86 || COMPILE_TEST) 52 depends on MFD_CROS_EC && (X86 || COMPILE_TEST)
53 help 53 help
54 If you say Y here, you get support for talking to the ChromeOS EC 54 If you say Y here, you get support for talking to the ChromeOS EC
55 over an LPC bus. This uses a simple byte-level protocol with a 55 over an LPC bus. This uses a simple byte-level protocol with a