> -----Original Message-----
> From: Tom Rini <tr...@konsulko.com>
> Sent: Saturday, 15 March 2025 12:53 am
> To: Maniyam, Dinesh <dinesh.mani...@altera.com>
> Cc: u-boot@lists.denx.de; Marek <ma...@denx.de>; Simon
> <simon.k.r.goldschm...@gmail.com>; Simon Glass <s...@chromium.org>; Dario
> Binacchi <dario.binac...@amarulasolutions.com>; Ilias Apalodimas
> <ilias.apalodi...@linaro.org>; Heinrich Schuchardt <xypron.g...@gmx.de>;
> Jerome Forissier <jerome.foriss...@linaro.org>; Mattijs Korpershoek
> <mkorpersh...@baylibre.com>; Ibai Erkiaga <ibai.erkiaga-elo...@amd.com>;
> Michal Simek <michal.si...@amd.com>; Dmitry Rokosov
> <ddroko...@salutedevices.com>; Jonas Karlman <jo...@kwiboo.se>; Sebastian
> Reichel <sebastian.reic...@collabora.com>; Meng, Tingting
> <tingting.m...@altera.com>; Chee, Tien Fong <tien.fong.c...@altera.com>;
> Hea, Kok Kiang <kok.kiang....@altera.com>; Ng, Boon Khai
> <boon.khai...@altera.com>; Yuslaimi, Alif Zakuan
> <alif.zakuan.yusla...@altera.com>; Zamri, Muhammad Hazim Izzat
> <muhammad.hazim.izzat.za...@altera.com>; Lim, Jit Loon
> <jit.loon....@altera.com>; Tang, Sieu Mun <sieu.mun.t...@altera.com>
> Subject: Re: [resend v2 05/13] drivers: i3c: Enabled Kconfig and Makefile for
> DWI3C
> 
> On Fri, Mar 14, 2025 at 12:08:54PM +0800, dinesh.mani...@altera.com wrote:
> 
> > From: Dinesh Maniyam <dinesh.mani...@altera.com>
> >
> > Enable the Kconfig and Makefile for the MIPI DWI3C driver.
> >
> > Signed-off-by: Dinesh Maniyam <dinesh.mani...@altera.com>
> > ---
> >  drivers/i3c/Kconfig         |  3 +++
> >  drivers/i3c/Makefile        |  1 +
> >  drivers/i3c/master/Kconfig  | 11 +++++++++++
> > drivers/i3c/master/Makefile |  3 +++
> >  4 files changed, 18 insertions(+)
> >  create mode 100755 drivers/i3c/master/Kconfig  create mode 100755
> > drivers/i3c/master/Makefile
> >
> > diff --git a/drivers/i3c/Kconfig b/drivers/i3c/Kconfig index
> > fa68612787b..8140b530bb5 100755
> > --- a/drivers/i3c/Kconfig
> > +++ b/drivers/i3c/Kconfig
> > @@ -14,3 +14,6 @@ menuconfig I3C
> >       If you want I3C support, you should say Y here and also to the
> >       specific driver for your bus adapter(s) below.
> >
> > +if I3C
> > +source "drivers/i3c/master/Kconfig"
> > +endif # I3C
> 
> We should have empty lines around if / endif here.
> 
> --
> Tom

Noted.
I will add the empty lines for if /endif here.

Dinesh

Reply via email to