aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorRich Felker <dalias@libc.org>2016-02-12 22:05:11 +0000
committerRich Felker <dalias@libc.org>2016-03-17 19:46:09 +0000
commit45624ac38926c8c2f1a63b4a39e7b1997743e1b3 (patch)
tree75b4a24dd31fc8a6101985f5f7d6ba865de00e54 /arch/sh/Kconfig
parentsh: make MMU-specific SMP code conditional on CONFIG_MMU (diff)
downloadlinux-dev-45624ac38926c8c2f1a63b4a39e7b1997743e1b3.tar.xz
linux-dev-45624ac38926c8c2f1a63b4a39e7b1997743e1b3.zip
sh: remove arch-specific localtimer and use generic one
The code being removed was copied from arm, where the corresponding code was removed in 2013. The only functional change should be that the rating of the dummy local timer changes from 400 to 100. Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index e13da05505dc..9aabc96aed03 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -1,5 +1,6 @@
config SUPERH
def_bool y
+ select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
select ARCH_MIGHT_HAVE_PC_PARPORT
select HAVE_PATA_PLATFORM
select CLKDEV_LOOKUP