Kconfig (ff689fd21cb13098305bae3f8d0c0065df2e2fc1) | Kconfig (a35707c3d850dda0ceefb75b1b3bd191921d5765) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6 7config 64BIT 8 bool --- 319 unchanged lines hidden (view full) --- 328 bool 329 depends on !XIP_KERNEL 330 help 331 This Kconfig allows the kernel to automatically patch the 332 errata required by the execution platform at run time. The 333 code patching is performed once in the boot stages. It means 334 that the overhead from this mechanism is just taken once. 335 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6 7config 64BIT 8 bool --- 319 unchanged lines hidden (view full) --- 328 bool 329 depends on !XIP_KERNEL 330 help 331 This Kconfig allows the kernel to automatically patch the 332 errata required by the execution platform at run time. The 333 code patching is performed once in the boot stages. It means 334 that the overhead from this mechanism is just taken once. 335 |
336config RISCV_ALTERNATIVE_EARLY 337 bool 338 depends on RISCV_ALTERNATIVE 339 help 340 Allows early patching of the kernel for special errata 341 |
|
336config RISCV_ISA_C 337 bool "Emit compressed instructions when building Linux" 338 default y 339 help 340 Adds "C" to the ISA subsets that the toolchain is allowed to emit 341 when building Linux, which results in compressed instructions in the 342 Linux binary. 343 --- 223 unchanged lines hidden --- | 342config RISCV_ISA_C 343 bool "Emit compressed instructions when building Linux" 344 default y 345 help 346 Adds "C" to the ISA subsets that the toolchain is allowed to emit 347 when building Linux, which results in compressed instructions in the 348 Linux binary. 349 --- 223 unchanged lines hidden --- |