Re: [PATCH V2] clocksource/drivers/sprd: Fix Kconfig dependency

2018-05-07 Thread Daniel Lezcano
On Mon, May 07, 2018 at 05:04:47PM +0800, Chunyan Zhang wrote: > SPRD arch doesn't select SPRD_TIMER, so this config would not > appear even if ARCH_SPRD is set but COMPILE_TEST not. > > Fix the dependency of this config with SPRD arch, and set a > default value for it, also leave other choices fo

[PATCH V2] clocksource/drivers/sprd: Fix Kconfig dependency

2018-05-07 Thread Chunyan Zhang
SPRD arch doesn't select SPRD_TIMER, so this config would not appear even if ARCH_SPRD is set but COMPILE_TEST not. Fix the dependency of this config with SPRD arch, and set a default value for it, also leave other choices for EXPERT. Signed-off-by: Chunyan Zhang --- drivers/clocksource/Kconfig