From: Javier Martinez Canillas Date: Wed, 19 Aug 2015 11:19:54 +0000 (+0200) Subject: Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM" X-Git-Tag: v4.14-rc1~4304^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f70f276a2e910c69d11b038a7df3de9d08f10b8b;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Javier Martinez Canillas Signed-off-by: Olof Johansson --- diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index 3271cd1..21f4ea6 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -4,6 +4,7 @@ menuconfig CHROME_PLATFORMS bool "Platform support for Chrome hardware" + depends on X86 || ARM || COMPILE_TEST ---help--- Say Y here to get to see options for platform support for various Chromebooks and Chromeboxes. This option alone does