From: Mark Brown Date: Mon, 14 Apr 2014 17:43:58 +0000 (+0100) Subject: configs: Turn on huge TLB options X-Git-Tag: firefly_0821_release~3680^2~5^2~2^2~18 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0fe751fba7fe6ca36769c43c9ef183a4e1a1b29b;p=firefly-linux-kernel-4.4.55.git configs: Turn on huge TLB options Backported to ARMv8 but may as well test everywhere. Signed-off-by: Mark Brown --- diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf index a89a2e2b38a5..729b9b8979e4 100644 --- a/linaro/configs/distribution.conf +++ b/linaro/configs/distribution.conf @@ -43,3 +43,7 @@ CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SMACK=y CONFIG_SECURITY_APPARMOR=y CONFIG_DEFAULT_SECURITY_APPARMOR=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y