diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-05-26 11:45:45 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-05-26 11:45:45 +0900 |
commit | 9c28faaab19132b3f029d4ffa9a4dee8a11f0cbb (patch) | |
tree | 4cb81f20ab9f7e21460b28b9a6c3b623a9ca2b7d /arch/sh/Kconfig | |
parent | c511afb41f21857fbbae78f83f88b1247597f46f (diff) |
sh: Drop broken URAM support on SH7723.
This was copied over from the previous MobileR bits, which doesn't
apply to R2. The URAM block on R2 is recycled for the L2 instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8a68160079a..9a854c8e527 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -281,7 +281,6 @@ config CPU_SUBTYPE_SH7723 select CPU_SH4A select CPU_SHX2 select ARCH_SPARSEMEM_ENABLE - select SYS_SUPPORTS_NUMA help Select SH7723 if you have an SH-MobileR2 CPU. |