Re: [PATCH v2] clk: sifive: restrict Kconfig scope for the FU540 PRCI driver

From: Stephen Boyd
Date: Tue May 21 2019 - 14:37:35 EST


Quoting Paul Walmsley (2019-05-13 14:30:04)
> Restrict Kconfig scope for SiFive clock and reset IP block drivers
> such that they won't appear on most configurations that are unlikely
> to support them. This is based on a suggestion from Pavel Machek
> <pavel@xxxxxx>. Ideally this should be dependent on
> CONFIG_ARCH_SIFIVE, but since that Kconfig directive does not yet
> exist, add dependencies on RISCV or COMPILE_TEST for now.
>
> Signed-off-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
> Signed-off-by: Paul Walmsley <paul@xxxxxxxxx>
> Reported-by: Pavel Machek <pavel@xxxxxx>
> Cc: Michael Turquette <mturquette@xxxxxxxxxxxx>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---

Applied to clk-fixes