diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-31 15:22:45 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-31 15:22:45 +0900 |
commit | c81134b58c0857122cce23b29d41788e02a5024d (patch) | |
tree | 77e946f04beeeccb05da655a2bc3456ac636083a /arch | |
parent | b2078fa221e31a491d0bd720e3acdf9870fe40fd (diff) |
sh: Clean up SR.RB Kconfig mess.
CPU_HAS_SR_RB is selected by both CPU_SH3 and CPU_SH4, so having a
dependency and default y on those additionally doesn't make much sense.
The select also has to be special cased for CPUs that don't support
this.
This is also something that has been abused too much as a result
of being user-visible, hence the addition of the select in the first
place. So just kill the user-visibility entirely while we're at it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 42d811325ffb..22a3eb38438b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -182,9 +182,7 @@ config CPU_HAS_IPR_IRQ bool config CPU_HAS_SR_RB - bool "CPU has SR.RB" - depends on CPU_SH3 || CPU_SH4 - default y + bool help This will enable the use of SR.RB register bank usage. Processors that are lacking this bit must have another method in place for |