diff mbox series

[v3,18/76] Makefile: Avoid use of invalid CONFIG_ option

Message ID 20230201202027.1943031-19-sjg@chromium.org
State Accepted
Commit 7e9a900aa71f82242880ad9e66de25838e250942
Delegated to: Tom Rini
Headers show
Series Clean up of bad Kconfig options | expand

Commit Message

Simon Glass Feb. 1, 2023, 8:19 p.m. UTC
This appears in a comment but is not a real option. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index c9d6d67310d..2648fd5d8f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1082,7 +1082,7 @@  expect = $(foreach cfg,$(1),y)
 
 # Show a deprecation message
 # Args:
-# 1: List of CONFIG_DM_... to migrate to (e.g. "CONFIG_DM_MMC CONFIG_BLK")
+# 1: List of options to migrate to (e.g. "CONFIG_DM_MMC CONFIG_BLK")
 # 2: Name of component (e.g . "Ethernet drivers")
 # 3: Release deadline (e.g. "v202.07")
 # 4: Condition to require before checking (e.g. "$(CONFIG_NET)")