Skip to content

Commit d12bbcd

Browse files
Javier Martinez CanillasLee Jones
authored andcommitted
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: Olof Johansson <[email protected]> Signed-off-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 72e4316 commit d12bbcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/platform/chrome/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

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

0 commit comments

Comments
 (0)