From: Heikki Krogerus Date: Tue, 3 Sep 2024 14:25:03 +0000 (+0300) Subject: mips: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9bee8b3a1b07d51131b85ded12b9b58aa8143f92;p=users%2Fjedix%2Flinux-maple.git mips: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM The dependency handling of the Synopsys DesignWare I2C adapter drivers is going to be changed so that the glue drivers for the PCI and platform buses depend on I2C_DESIGNWARE_CORE. Cc: Alexandre Belloni Cc: UNGLinuxDriver@microchip.com Cc: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Signed-off-by: Heikki Krogerus Acked-by: Jarkko Nikula Signed-off-by: Andi Shyti --- diff --git a/arch/mips/configs/generic/board-ocelot.config b/arch/mips/configs/generic/board-ocelot.config index 8cfbafa532e0..a5b5b5102472 100644 --- a/arch/mips/configs/generic/board-ocelot.config +++ b/arch/mips/configs/generic/board-ocelot.config @@ -31,6 +31,7 @@ CONFIG_MICROSEMI_PHY=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_MUX=y +CONFIG_I2C_DESIGNWARE_CORE=y CONFIG_I2C_DESIGNWARE_PLATFORM=y CONFIG_SPI=y