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

Reviewed-by: Simon Glass <s...@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

Reply via email to