]> Git Repo - J-u-boot.git/commitdiff
i2c: rcar_i2c: Sort Kconfig depends list ascending
authorMarek Vasut <[email protected]>
Mon, 27 Feb 2023 23:03:46 +0000 (00:03 +0100)
committerMarek Vasut <[email protected]>
Sat, 18 Mar 2023 11:02:38 +0000 (12:02 +0100)
Sort the list of "depends" symbols in ascending order.
No functional change.

Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
drivers/i2c/Kconfig

index 77a93d8d9ec3d1b375a8d2897d880ce021141007..2eae33cd54c09d3b8fc3a571084cf2f030d5d771 100644 (file)
@@ -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.
 
This page took 0.029064 seconds and 4 git commands to generate.