[PATCH] riscv: fix RISCV_ISA_SVPBMT kconfig dependency warning

Heiko Stübner heiko at sntech.de
Wed Jul 20 02:01:50 PDT 2022


Am Samstag, 9. Juli 2022, 03:49:29 CEST schrieb Randy Dunlap:
> RISCV_ISA_SVPBMT selects RISCV_ALTERNATIVE which depends on !XIP_KERNEL.
> Therefore RISCV_ISA_SVPBMT should also depend on !XIP_KERNEL so
> quieten this kconfig warning:
> 
> WARNING: unmet direct dependencies detected for RISCV_ALTERNATIVE
>   Depends on [n]: !XIP_KERNEL [=y]
>   Selected by [y]:
>   - RISCV_ISA_SVPBMT [=y] && 64BIT [=y] && MMU [=y]
> 
> Fixes: ff689fd21cb1 ("riscv: add RISC-V Svpbmt extension support")
> Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
> Cc: Wei Fu <wefu at redhat.com>
> Cc: Liu Shaohua <liush at allwinnertech.com>
> Cc: Guo Ren <guoren at kernel.org>
> Cc: Heiko Stuebner <heiko at sntech.de>
> Cc: Paul Walmsley <paul.walmsley at sifive.com>
> Cc: Palmer Dabbelt <palmer at dabbelt.com>
> Cc: Albert Ou <aou at eecs.berkeley.edu>
> Cc: linux-riscv at lists.infradead.org

Reviewed-by: Heiko Stuebner <heiko at sntech.de>






More information about the linux-riscv mailing list