mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue