diff options
author | Mark Hatle <mark.hatle@amd.com> | 2025-07-02 16:44:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-09 08:43:43 +0100 |
commit | dbe1cdcf77ac431e23f4fc4cced0e5db8b3ef58c (patch) | |
tree | 789a280e054875d52ca9279fe80a2f0171f96153 /documentation/Pipfile | |
parent | 9b925305fc5877bd4fe8a70373f405486463109f (diff) | |
download | poky-master-next.tar.gz |
linux-yocto/6.12: riscv: Enable TUNE_FEATURES based KERNEL_FEATURESmaster-next
Allow the risc-v TUNE_FEATURES to select specific ISA (kconfig) selections
in the kernel config via config fragments selected by KERNEL_FEATURES.
This allows the following items to be selected dynamically:
CONFIG_ARCH_RV32I
CONFIG_ARCH_RV64I
CONFIG_FPU
CONFIG_RISCV_ISA_C
CONFIG_RISCV_ISA_V
CONFIG_RISCV_ISA_ZBB
CONFIG_RISCV_ISA_ZICBOM
CONFIG_RISCV_ISA_ZICBOZ
CONFIG_TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI
Note: Some ISA options, such as CONFIG_RISCV_ISA_C may be reenabled by other
options such as CONFIG_EFI. This is properly reported by the configuration
tooling.
(From OE-Core rev: 587c5659d04884fef45e1a5caeb45a26cd9a4a96)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Pipfile')
0 files changed, 0 insertions, 0 deletions