From: Marek Vasut Date: Mon, 27 Feb 2023 23:03:46 +0000 (+0100) Subject: i2c: rcar_i2c: Sort Kconfig depends list ascending X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~27^2~5 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=4240ed7219aa4a481aea01772d34359745d99e45;p=uboot.git i2c: rcar_i2c: 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 77a93d8d9e..2eae33cd54 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -496,7 +496,7 @@ config SYS_I2C_OMAP24XX config SYS_I2C_RCAR_I2C bool "Renesas RCar I2C driver" - depends on (RCAR_GEN3 || RCAR_GEN2) && DM_I2C + depends on (RCAR_GEN2 || RCAR_GEN3) && DM_I2C help Support for Renesas RCar I2C controller.