summaryrefslogtreecommitdiffstats
path: root/arch/riscv/configs/defconfig
diff options
context:
space:
mode:
authorMayuresh Chitale <mchitale@ventanamicro.com>2022-02-04 20:53:47 +0530
committerPalmer Dabbelt <palmer@rivosinc.com>2022-02-22 17:46:26 -0800
commitd56201d9440de302c8cb017761946e585f6cb74f (patch)
treee7af3c808ee169a1f234cf52078408ea25aef303 /arch/riscv/configs/defconfig
parent9195c294bc58f284f5bf7bc7e6d94cce078b206f (diff)
downloadlinux-d56201d9440de302c8cb017761946e585f6cb74f.tar.bz2
riscv: defconfig: enable hugetlbfs option
Enabling hugetlbfs in the defconfigs to allow tuning KVM guest performance using huge pages. Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/configs/defconfig')
-rw-r--r--arch/riscv/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index f120fcc43d0a..7cd10ded7bf8 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -108,6 +108,7 @@ CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_HUGETLBFS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V4=y
CONFIG_NFS_V4_1=y