public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: AKASHI Takahiro <takahiro.akashi@linaro.org>
To: lukma@denx.de, seanga2@gmail.com
Cc: etienne.carriere@linaro.org, u-boot@lists.denx.de
Subject: Reminder, Re: [PATCH] clk: scmi: claim the dependency on CONFIG_CLK
Date: Fri, 14 Jul 2023 09:52:43 +0900	[thread overview]
Message-ID: <ZLCcW62c9z5koYYs@laputa> (raw)
In-Reply-To: <20230612011449.10195-1-takahiro.akashi@linaro.org>

Hi Lukasz, Sean,

Can you review this patch, please?

-Takahiro Akashi

On Mon, Jun 12, 2023 at 10:14:49AM +0900, AKASHI Takahiro wrote:
> Without CONFIG_CLK, the build fails with the following message:
>   LD      u-boot
> aarch64-none-linux-gnu-ld.bfd: drivers/firmware/scmi/scmi_agent-uclass.o: \
> 			in function `scmi_bind_protocols':
> .../drivers/firmware/scmi/scmi_agent-uclass.c:79: undefined reference to \
> 			`_u_boot_list_2_driver_2_scmi_clock'
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> ---
>  drivers/clk/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index 3ad5af964f3f..29859cdfa158 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -160,6 +160,7 @@ config SANDBOX_CLK_CCF
>  
>  config CLK_SCMI
>  	bool "Enable SCMI clock driver"
> +	depends on CLK
>  	depends on SCMI_FIRMWARE
>  	help
>  	  Enable this option if you want to support clock devices exposed
> -- 
> 2.41.0
> 

  reply	other threads:[~2023-07-14  0:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12  1:14 [PATCH] clk: scmi: claim the dependency on CONFIG_CLK AKASHI Takahiro
2023-07-14  0:52 ` AKASHI Takahiro [this message]
2023-07-14  2:14 ` Sean Anderson
2023-07-15 15:03 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZLCcW62c9z5koYYs@laputa \
    --to=takahiro.akashi@linaro.org \
    --cc=etienne.carriere@linaro.org \
    --cc=lukma@denx.de \
    --cc=seanga2@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox