diff options
author | Becky Bruce <beckyb@kernel.crashing.org> | 2011-10-10 06:50:46 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-07 00:26:23 -0500 |
commit | 41caebd1230f48430a7363b9c7b0719e3220c612 (patch) | |
tree | c1b5a1f1b71c983eae95d47cea0b8fa728de7247 /arch/powerpc/configs | |
parent | a475c8ecc6b61e7708a468b8171e88ce34d92caf (diff) |
powerpc: Enable Hugetlb by default for 32-bit 85xx/corenet
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/corenet32_smp_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc85xx_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index f087de6ec03f..8ff630267b51 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig | |||
@@ -155,6 +155,7 @@ CONFIG_VFAT_FS=y | |||
155 | CONFIG_NTFS_FS=y | 155 | CONFIG_NTFS_FS=y |
156 | CONFIG_PROC_KCORE=y | 156 | CONFIG_PROC_KCORE=y |
157 | CONFIG_TMPFS=y | 157 | CONFIG_TMPFS=y |
158 | CONFIG_HUGETLBFS=y | ||
158 | CONFIG_JFFS2_FS=y | 159 | CONFIG_JFFS2_FS=y |
159 | CONFIG_CRAMFS=y | 160 | CONFIG_CRAMFS=y |
160 | CONFIG_NFS_FS=y | 161 | CONFIG_NFS_FS=y |
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index a1e5a178a4ac..542eaa113974 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_defconfig | |||
@@ -182,6 +182,7 @@ CONFIG_VFAT_FS=y | |||
182 | CONFIG_NTFS_FS=y | 182 | CONFIG_NTFS_FS=y |
183 | CONFIG_PROC_KCORE=y | 183 | CONFIG_PROC_KCORE=y |
184 | CONFIG_TMPFS=y | 184 | CONFIG_TMPFS=y |
185 | CONFIG_HUGETLBFS=y | ||
185 | CONFIG_ADFS_FS=m | 186 | CONFIG_ADFS_FS=m |
186 | CONFIG_AFFS_FS=m | 187 | CONFIG_AFFS_FS=m |
187 | CONFIG_HFS_FS=m | 188 | CONFIG_HFS_FS=m |
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index dd1e41386c4c..c0a957429f9c 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig | |||
@@ -183,6 +183,7 @@ CONFIG_VFAT_FS=y | |||
183 | CONFIG_NTFS_FS=y | 183 | CONFIG_NTFS_FS=y |
184 | CONFIG_PROC_KCORE=y | 184 | CONFIG_PROC_KCORE=y |
185 | CONFIG_TMPFS=y | 185 | CONFIG_TMPFS=y |
186 | CONFIG_HUGETLBFS=y | ||
186 | CONFIG_ADFS_FS=m | 187 | CONFIG_ADFS_FS=m |
187 | CONFIG_AFFS_FS=m | 188 | CONFIG_AFFS_FS=m |
188 | CONFIG_HFS_FS=m | 189 | CONFIG_HFS_FS=m |