[resend v2 05/13] drivers: i3c: Enabled Kconfig and Makefile for DWI3C

Tom Rini trini at konsulko.com
Fri Mar 14 17:53:13 CET 2025


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250314/ace8cb5b/attachment.sig>


More information about the U-Boot mailing list