Re: [PATCH] riscv: replace select with dependency for visible RELOCATABLE

From: Paul Walmsley

Date: Fri May 22 2026 - 19:48:45 EST


On Sun, 3 May 2026, Julian Braha wrote:

> RANDOMIZE_BASE currently selects RELOCATABLE even though RELOCATABLE
> is visible to users. Some other architectures, like x86, use 'depends on'
> for RELOCATABLE in their definition of RANDOMIZE_BASE, so let's do the same
> here.
>
> This select-visible Kconfig misusage was detected by Kconfirm, a static
> analysis tool for Kconfig.
>
> Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>

Thanks, queued for v7.2.


- Paul