mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-27 05:31:58 +01:00
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 <marek.vasut+renesas@mailbox.org> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
61eb551f3a
commit
495211a489
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user