aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-10-16 05:20:42 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-10-16 05:20:42 -0400
commitcae19b5902d52ff059f5df98ea993a00e5686af1 (patch)
treefde9a56fba71bdb062c34f17a54ee156fa11ff0a /arch/sh/Kconfig
parent78aed4a63aaa67f22cb1b541dd7528139a24c289 (diff)
sh: Kill off legacy UBC wakeup cruft.
This code was added for some ancient SH-4 solution engines with peculiar boot ROMs that did silly things to the UBC MSTP bits. None of these have been in the wild for years, and these days the clock framework wraps up the MSTP bits, meaning that the UBC code is one of the few interfaces that is stomping MSTP bits underneath the clock framework. At this point the risks far outweigh any benefit this code provided, so just kill it off. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 266d422991e8..2e8589a6fd2f 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -757,17 +757,6 @@ config ENTRY_OFFSET
757 default "0x00010000" if PAGE_SIZE_64KB 757 default "0x00010000" if PAGE_SIZE_64KB
758 default "0x00000000" 758 default "0x00000000"
759 759
760config UBC_WAKEUP
761 bool "Wakeup UBC on startup"
762 depends on CPU_SH4 && !CPU_SH4A
763 help
764 Selecting this option will wakeup the User Break Controller (UBC) on
765 startup. Although the UBC is left in an awake state when the processor
766 comes up, some boot loaders misbehave by putting the UBC to sleep in a
767 power saving state, which causes issues with things like ptrace().
768
769 If unsure, say N.
770
771choice 760choice
772 prompt "Kernel command line" 761 prompt "Kernel command line"
773 optional 762 optional