]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: Clean up SR.RB Kconfig mess.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 31 Oct 2007 06:22:45 +0000 (15:22 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 31 Oct 2007 06:22:45 +0000 (15:22 +0900)
commitc81134b58c0857122cce23b29d41788e02a5024d
tree77e946f04beeeccb05da655a2bc3456ac636083a
parentb2078fa221e31a491d0bd720e3acdf9870fe40fd
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>
arch/sh/Kconfig