Skip to content

Commit 21f356f

Browse files
mmindpalmer-dabbelt
authored andcommitted
riscv: fix dependency for t-head errata
alternatives only work correctly on non-xip-kernels and while the selected alternative-symbol has the correct dependency the symbol selecting it also needs that dependency. So add the missing dependency to the T-Head errata Kconfig symbol. Reported-by: kernel test robot <yujie.liu@intel.com> Reviewed-by: Guo Ren <guoren@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20220526205646.258337-5-heiko@sntech.de Fixes: a35707c ("riscv: add memory-type errata for T-Head") Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent f2906aa commit 21f356f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/riscv/Kconfig.erratas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ config ERRATA_SIFIVE_CIP_1200
3535

3636
config ERRATA_THEAD
3737
bool "T-HEAD errata"
38+
depends on !XIP_KERNEL
3839
select RISCV_ALTERNATIVE
3940
help
4041
All T-HEAD errata Kconfig depend on this Kconfig. Disabling

0 commit comments

Comments
 (0)