diff options
| author | Heikki Krogerus <[email protected]> | 2024-09-03 17:25:03 +0300 |
|---|---|---|
| committer | Andi Shyti <[email protected]> | 2024-09-10 00:36:52 +0200 |
| commit | 9bee8b3a1b07d51131b85ded12b9b58aa8143f92 (patch) | |
| tree | 29f9d8020c55b12a7f80fcc8627b144784531173 | |
| parent | dd5e982dc81d73e91b45e41406b86a35911a377d (diff) | |
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 <[email protected]>
Cc: [email protected]
Cc: Thomas Bogendoerfer <[email protected]>
Cc: [email protected]
Signed-off-by: Heikki Krogerus <[email protected]>
Acked-by: Jarkko Nikula <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
| -rw-r--r-- | arch/mips/configs/generic/board-ocelot.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |