OSDN Git Service

RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependencies
authorConor Dooley <conor.dooley@microchip.com>
Fri, 24 Mar 2023 12:12:41 +0000 (12:12 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 29 Mar 2023 19:27:01 +0000 (12:27 -0700)
commitd34a6b715a23ccd9c9d0bc7a475bea59dc3e28b2
tree068666f3110be1405f310b269fea8289baba6999
parentbe693ef2a4aeac0d65d83a22d5fb6941f164a675
RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependencies

for-next contains two additional extensions that select
RISCV_ALTERNATIVE. RISCV_ALTERNATIVE no longer needs to be selected by
individual config options as it is now selected for !XIP_KERNEL builds
by the top level RISCV option.
These extensions rely on the alternative framework, so convert the
"select"s to "depends on"s instead.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20230324121240.3594777-1-conor.dooley@microchip.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kconfig