From cd73e6a5be2bf88e66fc891e62df7250c231346a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 2 Aug 2023 15:27:58 +0300 Subject: [PATCH] Update riscv64 configs Cannot disable IRQ_STACKS thus let's disable V for testing. Signed-off-by: David Abdurachmanov --- kernel-riscv64-debug-fedora.config | 6 +++--- kernel-riscv64-fedora.config | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel-riscv64-debug-fedora.config b/kernel-riscv64-debug-fedora.config index 650c526fa..9744f7252 100644 --- a/kernel-riscv64-debug-fedora.config +++ b/kernel-riscv64-debug-fedora.config @@ -2858,7 +2858,7 @@ CONFIG_IR_NEC_DECODER=m CONFIG_IR_NUVOTON=m CONFIG_IR_PWM_TX=m # CONFIG_IRQSOFF_TRACER is not set -# CONFIG_IRQ_STACKS is not set +CONFIG_IRQ_STACKS=y CONFIG_IRQ_TIME_ACCOUNTING=y CONFIG_IR_RC5_DECODER=m CONFIG_IR_RC6_DECODER=m @@ -5170,8 +5170,8 @@ CONFIG_RISCV_INTC=y CONFIG_RISCV_ISA_C=y CONFIG_RISCV_ISA_SVNAPOT=y CONFIG_RISCV_ISA_SVPBMT=y -CONFIG_RISCV_ISA_V_DEFAULT_ENABLE=y -CONFIG_RISCV_ISA_V=y +# CONFIG_RISCV_ISA_V_DEFAULT_ENABLE is not set +# CONFIG_RISCV_ISA_V is not set CONFIG_RISCV_ISA_ZBB=y CONFIG_RISCV_ISA_ZICBOM=y CONFIG_RISCV_ISA_ZICBOZ=y diff --git a/kernel-riscv64-fedora.config b/kernel-riscv64-fedora.config index a67406566..3610360aa 100644 --- a/kernel-riscv64-fedora.config +++ b/kernel-riscv64-fedora.config @@ -2838,7 +2838,7 @@ CONFIG_IR_NEC_DECODER=m CONFIG_IR_NUVOTON=m CONFIG_IR_PWM_TX=m # CONFIG_IRQSOFF_TRACER is not set -# CONFIG_IRQ_STACKS is not set +CONFIG_IRQ_STACKS=y CONFIG_IRQ_TIME_ACCOUNTING=y CONFIG_IR_RC5_DECODER=m CONFIG_IR_RC6_DECODER=m @@ -5141,8 +5141,8 @@ CONFIG_RISCV_INTC=y CONFIG_RISCV_ISA_C=y CONFIG_RISCV_ISA_SVNAPOT=y CONFIG_RISCV_ISA_SVPBMT=y -CONFIG_RISCV_ISA_V_DEFAULT_ENABLE=y -CONFIG_RISCV_ISA_V=y +# CONFIG_RISCV_ISA_V_DEFAULT_ENABLE is not set +# CONFIG_RISCV_ISA_V is not set CONFIG_RISCV_ISA_ZBB=y CONFIG_RISCV_ISA_ZICBOM=y CONFIG_RISCV_ISA_ZICBOZ=y