]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ARC: timer: gfrc, rtc: build under same option (64-bit timers)
authorVineet Gupta <vgupta@synopsys.com>
Mon, 31 Oct 2016 21:26:41 +0000 (14:26 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 30 Nov 2016 19:54:25 +0000 (11:54 -0800)
commit044214200b0b7aa4633d2e93529e55b5ca50a5a5
tree31b2dd139ca95900919b0883268e3983b1949bb7
parentec7cb87bf998448471d1ff735abf156211da0874
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>
arch/arc/Kconfig
arch/arc/configs/nsimosci_hs_smp_defconfig
arch/arc/configs/vdk_hs38_smp_defconfig
arch/arc/kernel/setup.c
arch/arc/kernel/time.c