diff options
-rw-r--r-- | drivers/platform/chrome/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index d4befbffae85..2a6531a5fde8 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig | |||
@@ -49,7 +49,7 @@ config CROS_EC_CHARDEV | |||
49 | 49 | ||
50 | config CROS_EC_LPC | 50 | config CROS_EC_LPC |
51 | tristate "ChromeOS Embedded Controller (LPC)" | 51 | tristate "ChromeOS Embedded Controller (LPC)" |
52 | depends on MFD_CROS_EC | 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 |