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: v2025.01-rc5-pxa1908~1023^2~27^2~6 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=61eb551f3abdf7ab002b33e0baec51885d6509cc;p=u-boot.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.