commit | 45a0052939927fbae35e419a7591877c41a06163 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Jun 12 10:14:49 2023 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 15:21:07 2023 -0400 |
tree | c202bc3ad83e535b85b7c6a29d690085b6109f2c | |
parent | d136610988fadda1515fb0f3533a59b9f2786f62 [diff] |
clk: scmi: claim the dependency on CONFIG_CLK 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> Reviewed-by: Sean Anderson <seanga2@gmail.com>