diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-09 12:23:25 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-09 12:23:25 -0400 |
commit | b412a49af970e703124fa3259bf24165c0c74024 (patch) | |
tree | fe0d7a8126e2c67494af7009b7edd2e82726dfd2 /arch/sh/mm/Kconfig | |
parent | 1eca133cc9f978a8c44788fc5b2fe54219f9425c (diff) |
sh: Consolidate the boot link and entry offset definitions.
Consolidate these in a single place in the Kconfig menus. At the same
time, disable their interactivity and set them according to the board
config defaults.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index d4079cab2d58..b900d2cd18f7 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -201,14 +201,6 @@ config PAGE_SIZE_64KB | |||
201 | 201 | ||
202 | endchoice | 202 | endchoice |
203 | 203 | ||
204 | config ENTRY_OFFSET | ||
205 | hex | ||
206 | default "0x00001000" if PAGE_SIZE_4KB | ||
207 | default "0x00002000" if PAGE_SIZE_8KB | ||
208 | default "0x00004000" if PAGE_SIZE_16KB | ||
209 | default "0x00010000" if PAGE_SIZE_64KB | ||
210 | default "0x00000000" | ||
211 | |||
212 | choice | 204 | choice |
213 | prompt "HugeTLB page size" | 205 | prompt "HugeTLB page size" |
214 | depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU | 206 | depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU |