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

Attachment: signature.asc
Description: PGP signature

Reply via email to