Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d12bbcd3 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Lee Jones
Browse files

platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM



The Chrome platform support depends on X86 || ARM because there are
only Chromebooks using those architectures. But only some drivers
depend on a given architecture, and the ones that do already have
a dependency on their specific Kconfig symbol entries.

An option is to also make CHROME_PLATFORMS depends on || COMPILE_TEST
but is more future proof to remove the dependency and let the drivers
be built in all architectures if possible to have more build coverage.

Acked-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 72e43164
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,6 @@


menuconfig CHROME_PLATFORMS
menuconfig CHROME_PLATFORMS
	bool "Platform support for Chrome hardware"
	bool "Platform support for Chrome hardware"
	depends on X86 || ARM
	---help---
	---help---
	  Say Y here to get to see options for platform support for
	  Say Y here to get to see options for platform support for
	  various Chromebooks and Chromeboxes. This option alone does
	  various Chromebooks and Chromeboxes. This option alone does