commit | 044214200b0b7aa4633d2e93529e55b5ca50a5a5 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Oct 31 14:26:41 2016 -0700 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Nov 30 11:54:25 2016 -0800 |
tree | 31b2dd139ca95900919b0883268e3983b1949bb7 | |
parent | ec7cb87bf998448471d1ff735abf156211da0874 [diff] |
ARC: timer: gfrc, rtc: build under same option (64-bit timers) The original distinction was done as they were developed at different times and primarily because they are specific to UP (RTC) and SMP (GFRC). But given that driver handles that at runtime, (i.e. not allowing RTC as clocksource in SMP), we can simplify things a bit. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>