[RFC PATCH 10/10] i2c: Drop reference to PPC_CHRP

From: Michael Ellerman
Date: Thu Nov 14 2024 - 08:12:47 EST


PPC_CHRP has been removed, so remove the reference to it in Kconfig.

Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
---
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