ARM: Allow selection HZ values
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 27 Apr 2013 22:31:10 +0000 (23:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Jul 2013 17:04:40 +0000 (18:04 +0100)
commitc9218b163959fafa76ffbee0baa3ef269838f410
tree50e840c0c61129f5bcd7223ffb21b3ba4e399afb
parentff69a4c855066592f9e293cff8f54813614dd544
ARM: Allow selection HZ values

Allow users to configure the Hz rate on implementations which do not have
a fixed clock rate.

Whenever HZ_FIXED is not set through one of its "default" settings, the
user is allowed to select a tick rate from 100, 200, 250, 300, 500Hz
and 1kHz.  This is slightly more choice than with the generic HZ
selection in kernel/Kconfig.hz (which only does 100, 250, 300Hz and
1kHz).  The reason for including 200Hz is that a greater number of other
platforms want that via the fixed rate, and 500Hz just seemed to be a
better middle value than 300Hz (which is of course very close to 250.)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
This page took 0.024473 seconds and 5 git commands to generate.