mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
i2c: rcar_iic: 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
99c7e03119
commit
61eb551f3a
@ -502,7 +502,7 @@ config SYS_I2C_RCAR_I2C
|
|||||||
|
|
||||||
config SYS_I2C_RCAR_IIC
|
config SYS_I2C_RCAR_IIC
|
||||||
bool "Renesas RCar Gen3 IIC driver"
|
bool "Renesas RCar Gen3 IIC driver"
|
||||||
depends on (RCAR_GEN3 || RCAR_GEN2) && DM_I2C
|
depends on (RCAR_GEN2 || RCAR_GEN3) && DM_I2C
|
||||||
help
|
help
|
||||||
Support for Renesas RCar Gen3 IIC controller.
|
Support for Renesas RCar Gen3 IIC controller.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user