diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-03-09 20:44:49 +0000 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-03-16 20:17:30 +0100 |
commit | 819c73455458e8f19e3cae88e47c63d8fca01ae3 (patch) | |
tree | 5cf62d90efd600f8e41b4178b91e7a975be96163 /drivers | |
parent | eeac8ede17557680855031c6f305ece2378af326 (diff) | |
download | linux-819c73455458e8f19e3cae88e47c63d8fca01ae3.tar.gz linux-819c73455458e8f19e3cae88e47c63d8fca01ae3.tar.bz2 linux-819c73455458e8f19e3cae88e47c63d8fca01ae3.zip |
i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the
use of such symbols on other architectures, convert the Microchip FPGA
i2c drivers to use the new symbol.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 25eb4e8fd22f..9fa4a7bb5c8b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -804,7 +804,7 @@ config I2C_MESON config I2C_MICROCHIP_CORE tristate "Microchip FPGA I2C controller" - depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST + depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST depends on OF help If you say yes to this option, support will be included for the |