]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: move CONFIG_SYS_HZ to lib/Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 16:30:40 +0000 (01:30 +0900)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 17:18:59 +0000 (13:18 -0400)
commit8c688bc4de4856f20193e6f0bc92e7273e8cf7ad
tree37d0383a340b19b3b4f290857e65af51212bb067
parentb2b8a6967a0579fd5cace0280d9cf0b54d3bbf1f
kconfig: move CONFIG_SYS_HZ to lib/Kconfig

CONFIG_SYS_HZ is always defined as 1000 in config_fallbacks.h
(but some boards still have redundant definitions).

This commit moves the definition and the document in README to
Kconfig.  Since lib/Kconfig can assure that CONFIG_SYS_HZ is 1000,
the sanity check in lib/time.c should be removed.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Marek Vasut <marex@denx.de>
12 files changed:
README
include/config_fallbacks.h
include/configs/cm_fx6.h
include/configs/edb93xx.h
include/configs/ks2_evm.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/ls2085a_common.h
include/configs/sunxi-common.h
include/configs/tqma6.h
lib/Kconfig
lib/time.c