diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-08-19 07:19:54 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-07 17:34:25 -0400 |
commit | f70f276a2e910c69d11b038a7df3de9d08f10b8b (patch) | |
tree | deb628e4f47273fe3d51742c3ba2b7271c21b5b9 | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) |
Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM"
This reverts commit d12bbcd3ea44 ("platform/chrome: Don't make
CHROME_PLATFORMS depends on X86 || ARM") since it was found to
not be the correct fix for the MFD_CROS_EC config unmet direct
dependencies warning.
The correct solution was to add the needed dependencies to the
MFD_CROS_EC symbol. Besides the revert, this patch extends the
CHROME_PLATFORMS symbol dependencies and adds || COMPILE_TEST
to allow drivers to have build coverage on other architectures.
Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/platform/chrome/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index 3271cd1abe7c..21f4ea6c6c21 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | menuconfig CHROME_PLATFORMS | 5 | menuconfig CHROME_PLATFORMS |
6 | bool "Platform support for Chrome hardware" | 6 | bool "Platform support for Chrome hardware" |
7 | depends on X86 || ARM || COMPILE_TEST | ||
7 | ---help--- | 8 | ---help--- |
8 | Say Y here to get to see options for platform support for | 9 | Say Y here to get to see options for platform support for |
9 | various Chromebooks and Chromeboxes. This option alone does | 10 | various Chromebooks and Chromeboxes. This option alone does |