summaryrefslogtreecommitdiffstats
path: root/arch/riscv/configs
diff options
context:
space:
mode:
authorZong Li2018-03-15 09:50:50 +0100
committerPalmer Dabbelt2018-04-03 05:00:56 +0200
commit4a632cec8884b3eca70fb644bcf56a985dc31ebf (patch)
treefd46d66fa779436e6104de7564faa4fb34d6e4e1 /arch/riscv/configs
parentRISC-V: Support SUB32 relocation type in kernel module (diff)
downloadkernel-qcow2-linux-4a632cec8884b3eca70fb644bcf56a985dc31ebf.tar.gz
kernel-qcow2-linux-4a632cec8884b3eca70fb644bcf56a985dc31ebf.tar.xz
kernel-qcow2-linux-4a632cec8884b3eca70fb644bcf56a985dc31ebf.zip
RISC-V: Enable module support in defconfig
Signed-off-by: Zong Li <zong@andestech.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/riscv/configs')
-rw-r--r--arch/riscv/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 47dacf06c679..bca0eee733b0 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -73,3 +73,5 @@ CONFIG_NFS_V4_2=y
CONFIG_ROOT_NFS=y
# CONFIG_RCU_TRACE is not set
CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y