From: Ralf Baechle Date: Fri, 30 Nov 2012 16:27:27 +0000 (+0100) Subject: MIPS: Remove usage of CEVT_R4K_LIB config option. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~15^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f772cdb2bd544eeb3e83a8bb42629d155c1b53fd;p=pandora-kernel.git MIPS: Remove usage of CEVT_R4K_LIB config option. Manuel Lauss writes: I introduced it as a fallback because early revisions of Alchemy hardware we shipped had a non-functional 32kHz timer and had to rely on the r4k timer instead. Previously the r4k timer was initialized regardless, but it's useless with the "wait" instruction. So long story short: I need either the on-chip 32kHz timer OR the r4k timer if the 32kHz one is unusable, but not both, and r4k timer is useless when au1k_idle is in use. The current in-kernel Alchemy boards all work with the 32kHz timer, so I'm not against removing R4K_LIB symbols. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed