From: Marek Vasut Date: Mon, 27 Feb 2023 23:03:45 +0000 (+0100) Subject: i2c: rcar_iic: Sort Kconfig depends list ascending X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~27^2~6 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=75fbcabf44db9eec6e3b2309ac146b49c24d5e48;p=uboot.git i2c: rcar_iic: Sort Kconfig depends list ascending Sort the list of "depends" symbols in ascending order. No functional change. Signed-off-by: Marek Vasut Reviewed-by: Heiko Schocher --- diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 1077c331c3..77a93d8d9e 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -502,7 +502,7 @@ config SYS_I2C_RCAR_I2C config SYS_I2C_RCAR_IIC bool "Renesas RCar Gen3 IIC driver" - depends on (RCAR_GEN3 || RCAR_GEN2) && DM_I2C + depends on (RCAR_GEN2 || RCAR_GEN3) && DM_I2C help Support for Renesas RCar Gen3 IIC controller.