diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-11-10 20:56:13 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-11-10 20:56:13 -0500 |
commit | a4d9d0b8a8d2a81b3189bd99482aab967ce86120 (patch) | |
tree | 8824dc0ba764203d555fc48ff2c8098d36a83b4f /arch/sh/mm/Kconfig | |
parent | 0fe69d773f35fd95938ea02a91ec2d026045398b (diff) |
sh: Enable PMB support for all SH-4A CPUs.
Presently the PMB options were limited to a number of CPUs they were
tested with, but it is generally available on all SH-4A CPUs, so just
drop the subtype conditionals.
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, 3 insertions, 5 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index a5e0867d8ae9..0e7ba8e891cf 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -82,7 +82,7 @@ config 32BIT | |||
82 | 82 | ||
83 | config PMB_ENABLE | 83 | config PMB_ENABLE |
84 | bool "Support 32-bit physical addressing through PMB" | 84 | bool "Support 32-bit physical addressing through PMB" |
85 | depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) | 85 | depends on MMU && EXPERIMENTAL && CPU_SH4A |
86 | default y | 86 | default y |
87 | help | 87 | help |
88 | If you say Y here, physical addressing will be extended to | 88 | If you say Y here, physical addressing will be extended to |
@@ -96,7 +96,7 @@ choice | |||
96 | 96 | ||
97 | config PMB | 97 | config PMB |
98 | bool "PMB" | 98 | bool "PMB" |
99 | depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) | 99 | depends on MMU && EXPERIMENTAL && CPU_SH4A |
100 | help | 100 | help |
101 | If you say Y here, physical addressing will be extended to | 101 | If you say Y here, physical addressing will be extended to |
102 | 32-bits through the SH-4A PMB. If this is not set, legacy | 102 | 32-bits through the SH-4A PMB. If this is not set, legacy |
@@ -104,9 +104,7 @@ config PMB | |||
104 | 104 | ||
105 | config PMB_FIXED | 105 | config PMB_FIXED |
106 | bool "fixed PMB" | 106 | bool "fixed PMB" |
107 | depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || \ | 107 | depends on MMU && EXPERIMENTAL && CPU_SH4A |
108 | CPU_SUBTYPE_SH7780 || \ | ||
109 | CPU_SUBTYPE_SH7785) | ||
110 | select 32BIT | 108 | select 32BIT |
111 | help | 109 | help |
112 | If this option is enabled, fixed PMB mappings are inherited | 110 | If this option is enabled, fixed PMB mappings are inherited |