public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: AKASHI Takahiro <takahiro.akashi@linaro.org>, lukma@denx.de
Cc: etienne.carriere@linaro.org, u-boot@lists.denx.de
Subject: Re: [PATCH] clk: scmi: claim the dependency on CONFIG_CLK
Date: Thu, 13 Jul 2023 22:14:26 -0400	[thread overview]
Message-ID: <80f08687-ea21-be1f-ed16-51d7d738801f@gmail.com> (raw)
In-Reply-To: <20230612011449.10195-1-takahiro.akashi@linaro.org>

On 6/11/23 21:14, 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

Reviewed-by: Sean Anderson <seanga2@gmail.com>

  parent reply	other threads:[~2023-07-14  2:14 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 ` Reminder, " AKASHI Takahiro
2023-07-14  2:14 ` Sean Anderson [this message]
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=80f08687-ea21-be1f-ed16-51d7d738801f@gmail.com \
    --to=seanga2@gmail.com \
    --cc=etienne.carriere@linaro.org \
    --cc=lukma@denx.de \
    --cc=takahiro.akashi@linaro.org \
    --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