[PATCH v2 3/5] configs: mt8512: Enable I2C related configs

Simon Glass sjg at chromium.org
Mon Oct 12 05:34:36 CEST 2020


On Wed, 30 Sep 2020 at 02:22, mingming lee <mingming.lee at mediatek.com> wrote:
>
> From: Mingming Lee <Mingming.Lee at mediatek.com>
>
> Enable MTK I2C
> Enable I2C basic command
>
> Signed-off-by: Mingming Lee <Mingming.Lee at mediatek.com>
> ---
>  configs/mt8512_bm1_emmc_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>

Please check that the sorting is correct.

Something like this bash function may help:

# $1 is config name
function fix_kconfig()
{
make O=/tmp/b/$1_defconfig cfg && \
make O=/tmp/b/$1 savedefconfig && \
meld /tmp/b/$1/defconfig configs/$1_defconfig
}

Regards,
Simon


More information about the U-Boot mailing list