Re: [PATCH] platform/chrome: cros_ec: remove reference to nonexistent CONFIG_SLEEP_TIMEOUT_MS
Tzung-Bi Shih <[email protected]>
| Newsgroups | dev.linux.lists.chrome-platform |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 15, 2026 at 05:14:07PM -0700, Ethan Nelson-Moore wrote: > A comment in <linux/platform_data/cros_ec_commands.h> refers to > CONFIG_SLEEP_TIMEOUT_MS, which has never existed in the kernel. Simply > remove this reference, as the default timeout is defined immediately > below the comment. > > Discovered while searching for CONFIG_* symbols referenced in code but > not defined in any Kconfig file. Thanks for the patch. NACK. This file is intended to stay in sync with the EC firmware header[1]. While the CONFIG_SLEEP_TIMEOUT_MS is indeed unfortunate for a non-Kconfig macro in the kernel, we have historically kept it for consistency with the firmware code[2]." [1] https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/main/include/ec_commands.h#5248 [2] https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/main/include/config.h#7178