[resend v2 05/13] drivers: i3c: Enabled Kconfig and Makefile for DWI3C
Maniyam, Dinesh
dinesh.maniyam at altera.com
Tue Mar 18 04:02:39 CET 2025
> -----Original Message-----
> From: Tom Rini <trini at konsulko.com>
> Sent: Saturday, 15 March 2025 12:53 am
> To: Maniyam, Dinesh <dinesh.maniyam at altera.com>
> Cc: u-boot at lists.denx.de; Marek <marex at denx.de>; Simon
> <simon.k.r.goldschmidt at gmail.com>; Simon Glass <sjg at chromium.org>; Dario
> Binacchi <dario.binacchi at amarulasolutions.com>; Ilias Apalodimas
> <ilias.apalodimas at linaro.org>; Heinrich Schuchardt <xypron.glpk at gmx.de>;
> Jerome Forissier <jerome.forissier at linaro.org>; Mattijs Korpershoek
> <mkorpershoek at baylibre.com>; Ibai Erkiaga <ibai.erkiaga-elorza at amd.com>;
> Michal Simek <michal.simek at amd.com>; Dmitry Rokosov
> <ddrokosov at salutedevices.com>; Jonas Karlman <jonas at kwiboo.se>; Sebastian
> Reichel <sebastian.reichel at collabora.com>; Meng, Tingting
> <tingting.meng at altera.com>; Chee, Tien Fong <tien.fong.chee at altera.com>;
> Hea, Kok Kiang <kok.kiang.hea at altera.com>; Ng, Boon Khai
> <boon.khai.ng at altera.com>; Yuslaimi, Alif Zakuan
> <alif.zakuan.yuslaimi at altera.com>; Zamri, Muhammad Hazim Izzat
> <muhammad.hazim.izzat.zamri at altera.com>; Lim, Jit Loon
> <jit.loon.lim at altera.com>; Tang, Sieu Mun <sieu.mun.tang at 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.maniyam at altera.com wrote:
>
> > From: Dinesh Maniyam <dinesh.maniyam at altera.com>
> >
> > Enable the Kconfig and Makefile for the MIPI DWI3C driver.
> >
> > Signed-off-by: Dinesh Maniyam <dinesh.maniyam at 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
More information about the U-Boot
mailing list