[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241114131114.602234-10-mpe@ellerman.id.au>
Date: Fri, 15 Nov 2024 00:11:13 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: <linuxppc-dev@...ts.ozlabs.org>
Cc: <linux-kernel@...r.kernel.org>,
<geert@...ux-m68k.org>,
<arnd@...db.de>
Subject: [RFC PATCH 10/10] i2c: Drop reference to PPC_CHRP
PPC_CHRP has been removed, so remove the reference to it in Kconfig.
Signed-off-by: Michael Ellerman <mpe@...erman.id.au>
---
drivers/i2c/busses/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index cbd072955e45..153929ac5f59 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -371,7 +371,7 @@ config I2C_SCMI
endif # ACPI
comment "Mac SMBus host controller drivers"
- depends on PPC_CHRP || PPC_PMAC
+ depends on PPC_PMAC
config I2C_POWERMAC
tristate "Powermac I2C interface"
--
2.47.0
Powered by blists - more mailing lists