From 7289867a8d73525da169e0f340686b5138b8e50a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 23 Mar 2026 13:52:51 -0600 Subject: w1: Correct dependencies for CMD_W1 The CMD_W1 functionality can only work with both W1 and W1_EEPROM enabled, so express this dependency in Kconfig. Signed-off-by: Tom Rini --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 0ddf300efab..7bbeaad04ff 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1395,7 +1395,7 @@ config CMD_I3C and perform read and write on the connected i3c devices. config CMD_W1 - depends on W1 + depends on W1 && W1_EEPROM default y if W1 bool "w1 - Support for Dallas 1-Wire protocol" help -- cgit v1.2.3