clocksource/drivers/sprd: Fix Kconfig dependency
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>
Mon, 7 May 2018 09:04:47 +0000 (17:04 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 18 May 2018 20:53:08 +0000 (22:53 +0200)
commit8a1ece26d370e38817da5232195896b727dba3cd
tree055c2026eab6f9b5985e9bf9c1eb5c3c76370599
parentdb6f9e55c8d80a4a1a329b9b68a1d370bffb6aad
clocksource/drivers/sprd: Fix Kconfig dependency

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 <chunyan.zhang@spreadtrum.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig