summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig.erratas
blob: 4d0bafc536df7054976e523b1952d9dc071f87b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
menu "CPU errata selection"

config RISCV_ERRATA_ALTERNATIVE
	bool "RISC-V alternative scheme"
	default y
	help
	  This Kconfig allows the kernel to automatically patch the
	  errata required by the execution platform at run time. The
	  code patching is performed once in the boot stages. It means
	  that the overhead from this mechanism is just taken once.

endmenu