Re: [PATCH v2] Add COMPILE_TEST to CONFIG_ARM_TIMER_SP804

2019-04-08 Thread Daniel Lezcano
On 08/04/2019 10:07, David Abdurachmanov wrote: > This is only used on arm and arm64 platforms. Add COMPILE_TEST option. > > Tested with 5.1-rc3+ on Fedora/RISCV. CONFIG_ARM_TIMER_SP804 no more shows > up in riscv config. > > Signed-off-by: David Abdurachmanov Applied for 5.2 Thanks -- Dani

[PATCH v2] Add COMPILE_TEST to CONFIG_ARM_TIMER_SP804

2019-04-08 Thread David Abdurachmanov
This is only used on arm and arm64 platforms. Add COMPILE_TEST option. Tested with 5.1-rc3+ on Fedora/RISCV. CONFIG_ARM_TIMER_SP804 no more shows up in riscv config. Signed-off-by: David Abdurachmanov --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --