From c407041022a74c52b1d267e6bf81048402ae791a Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 11 Nov 2009 10:56:13 +0900 Subject: [PATCH] --- yaml --- r: 173487 b: refs/heads/master c: a4d9d0b8a8d2a81b3189bd99482aab967ce86120 h: refs/heads/master i: 173485: 77102e11c5bbb981aba462d6d1ba4cfe73c0d9f6 173483: d0b5939c73f4939c877ee0aaeca98d7b0cef84c1 173479: 65c739641aa13dae94cc4d6de8fcb6a341a517f9 173471: a99da6f77a3ac541a305e8b5b6e004bf41758435 v: v3 --- [refs] | 2 +- trunk/arch/sh/mm/Kconfig | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 1aca4261545d..8589566d7147 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0fe69d773f35fd95938ea02a91ec2d026045398b +refs/heads/master: a4d9d0b8a8d2a81b3189bd99482aab967ce86120 diff --git a/trunk/arch/sh/mm/Kconfig b/trunk/arch/sh/mm/Kconfig index a5e0867d8ae9..0e7ba8e891cf 100644 --- a/trunk/arch/sh/mm/Kconfig +++ b/trunk/arch/sh/mm/Kconfig @@ -82,7 +82,7 @@ config 32BIT config PMB_ENABLE bool "Support 32-bit physical addressing through PMB" - depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) + depends on MMU && EXPERIMENTAL && CPU_SH4A default y help If you say Y here, physical addressing will be extended to @@ -96,7 +96,7 @@ choice config PMB bool "PMB" - depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785) + depends on MMU && EXPERIMENTAL && CPU_SH4A help If you say Y here, physical addressing will be extended to 32-bits through the SH-4A PMB. If this is not set, legacy @@ -104,9 +104,7 @@ config PMB config PMB_FIXED bool "fixed PMB" - depends on MMU && EXPERIMENTAL && (CPU_SUBTYPE_SH7757 || \ - CPU_SUBTYPE_SH7780 || \ - CPU_SUBTYPE_SH7785) + depends on MMU && EXPERIMENTAL && CPU_SH4A select 32BIT help If this option is enabled, fixed PMB mappings are inherited