Re: [PATCH v1] platform/chrome: cros_ec_proto: allow to build as module
From: Tzung-Bi Shih
Date: Wed Apr 02 2025 - 04:24:38 EST
On Fri, Mar 28, 2025 at 01:26:12PM +0000, Slawomir Rosek wrote:
> This allows to build ChromeOS EC communication protocol helpers as
s/This allows/Allow/.
> kernel module which is particularly useful for Android GKI (Generic
> Kernel Image) configuration. With this change the ChromeOS Platform
> (CONFIG_CHROME_PLATFORMS=y) can be enabled directly from the vendor
> kconfig fragment whithout additional configuration in gki_defconfig.
Does it work? CROS_EC_PROTO is "selected" by other Kconfigs. Wouldn't it
be either =y or =n?