]> Git Repo - J-u-boot.git/commitdiff
i2c: rcar_iic: Sort Kconfig depends list ascending
authorMarek Vasut <[email protected]>
Mon, 27 Feb 2023 23:03:45 +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 1077c331c300f9f87b9ed685f16f6d3205a3ce66..77a93d8d9ec3d1b375a8d2897d880ce021141007 100644 (file)
@@ -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.
 
This page took 0.03088 seconds and 4 git commands to generate.