From 8ba59608dc8607a5dac1c063502c548f7f9645bb Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 9 Sep 2021 07:54:50 -0400 Subject: arm: Remove zmx25 board and ARCH_MX25 This board has not been converted to CONFIG_DM by the deadline. Remove it. As this is the last ARCH_MX25 platform, remove those references as well. Cc: Matthias Weisser Cc: Stefano Babic Signed-off-by: Tom Rini --- drivers/w1/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/w1') diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig index a2c51083b1..0ffc1b6444 100644 --- a/drivers/w1/Kconfig +++ b/drivers/w1/Kconfig @@ -20,7 +20,7 @@ config W1_GPIO config W1_MXC bool "Enable 1-wire controller on i.MX processors" - depends on ARCH_MX25 || ARCH_MX31 || ARCH_MX5 + depends on ARCH_MX31 || ARCH_MX5 help Support the one wire controller found in some members of the NXP i.MX SoC family. -- cgit v1.2.3