diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-18 23:12:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:07 -0400 |
commit | 6aa075432e4251782ae31f9336c8382b98a17153 (patch) | |
tree | f73a0bdd02190495f0d35e5979a9bcd5901ee320 /configs/kzm9g_defconfig | |
parent | 15e7b7682474efb6504d6366bfd5b717f22f2f3a (diff) | |
download | u-boot-6aa075432e4251782ae31f9336c8382b98a17153.zip u-boot-6aa075432e4251782ae31f9336c8382b98a17153.tar.gz u-boot-6aa075432e4251782ae31f9336c8382b98a17153.tar.bz2 |
rcar: i2c: Migrate SYS_I2C_SH to Kconfig
- Migrate SYS_I2C_SH and related defines to Kconfig
- Remove currently unused SYS_I2C_SH related defines
- Cleanup related README section.
Cc: Marek Vasut <marek.vasut+renesas@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/kzm9g_defconfig')
-rw-r--r-- | configs/kzm9g_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kzm9g_defconfig b/configs/kzm9g_defconfig index 41cd963..8e0f6af 100644 --- a/configs/kzm9g_defconfig +++ b/configs/kzm9g_defconfig @@ -25,6 +25,7 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0x40000 CONFIG_VERSION_VARIABLE=y CONFIG_SYS_I2C_LEGACY=y +CONFIG_SYS_I2C_SH=y # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y |