aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/configs/rv32_defconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-02-28 12:01:23 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-02-28 12:01:23 -0800
commit7d19ea5e99731f5346b047003bbe65117a86d12d (patch)
tree6ba68c74e2ac0c139113ddc16a5c954b2afcece9 /arch/riscv/configs/rv32_defconfig
parent0b311e34d5033fdcca4c9b5f2d9165b3604704d3 (diff)
parentdd2d082b57602156e0c587ddb5ba04d0d624a6df (diff)
Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull more RISC-V updates from Palmer Dabbelt: "A pair of patches that slipped through the cracks: - enable CPU hotplug in the defconfigs - some cleanups to setup_bootmem There's also a single fix for some randconfig build failures: - make NUMA depend on SMP" * tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: riscv: Cleanup setup_bootmem() RISC-V: Enable CPU Hotplug in defconfigs RISC-V: Make NUMA depend on SMP
Diffstat (limited to 'arch/riscv/configs/rv32_defconfig')
-rw-r--r--arch/riscv/configs/rv32_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/rv32_defconfig b/arch/riscv/configs/rv32_defconfig
index 2c2cda6cc1c5..8dd02b842fef 100644
--- a/arch/riscv/configs/rv32_defconfig
+++ b/arch/riscv/configs/rv32_defconfig
@@ -18,6 +18,7 @@ CONFIG_SOC_SIFIVE=y
CONFIG_SOC_VIRT=y
CONFIG_ARCH_RV32I=y
CONFIG_SMP=y
+CONFIG_HOTPLUG_CPU=y
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y