Re: [PATCH] drivers: clocksource: timer-riscv: Depend on the SBI

2020-11-25 Thread Kefeng Wang
Hi Palmer,  I send a same patch and have been acked from you : ) https://patchwork.kernel.org/project/linux-riscv/patch/20201028131230.72907-1-wangkefeng.w...@huawei.com/ On 2020/11/26 3:58, Palmer Dabbelt wrote: From: Palmer Dabbelt Fundamentally this is an SBI timer driver, so it cannot be

[PATCH] drivers: clocksource: timer-riscv: Depend on the SBI

2020-11-25 Thread Palmer Dabbelt
From: Palmer Dabbelt Fundamentally this is an SBI timer driver, so it cannot be enabled without support for the RISC-V SBI. Fixes: d5be89a8d118 ("RISC-V: Resurrect the MMIO timer implementation for M-mode systems") Signed-off-by: Palmer Dabbelt --- drivers/clocksource/Kconfig | 1 + 1 file ch