diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-11 03:25:10 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:45 -0500 |
commit | 079060c6ff6edd32955c3e511024578db89a717b (patch) | |
tree | a71ee2eb3a4ff626a51af50e4fa3e6af8cc4702e /arch/sh/mm/Kconfig | |
parent | 83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff (diff) |
sh: Fix up 64kB page size selection on SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 8192c872a69a..7ff26c1f4e9c 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -156,7 +156,7 @@ config PAGE_SIZE_8KB | |||
156 | 156 | ||
157 | config PAGE_SIZE_64KB | 157 | config PAGE_SIZE_64KB |
158 | bool "64kB" | 158 | bool "64kB" |
159 | depends on CPU_SH4 | 159 | depends on CPU_SH4 || CPU_SH5 |
160 | help | 160 | help |
161 | This enables support for 64kB pages, possible on all SH-4 | 161 | This enables support for 64kB pages, possible on all SH-4 |
162 | CPUs and later. | 162 | CPUs and later. |
@@ -165,7 +165,7 @@ endchoice | |||
165 | 165 | ||
166 | choice | 166 | choice |
167 | prompt "HugeTLB page size" | 167 | prompt "HugeTLB page size" |
168 | depends on HUGETLB_PAGE && CPU_SH4 && MMU | 168 | depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU |
169 | default HUGETLB_PAGE_SIZE_64K | 169 | default HUGETLB_PAGE_SIZE_64K |
170 | 170 | ||
171 | config HUGETLB_PAGE_SIZE_64K | 171 | config HUGETLB_PAGE_SIZE_64K |