]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/clocksource/Kconfig
clocksource/drivers/prcmu: Fix Kconfig and add COMPILE_TEST option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 1 Nov 2015 20:16:01 +0000 (21:16 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:50 +0000 (09:41 +0100)
commit1becd6edea0c2849bc1a585d8c549d611517dd76
treee73964518ac688ace6db8152238643195ad6dd19
parent703296530609ef37e22e715c9f5438d60a7ec11f
clocksource/drivers/prcmu: Fix Kconfig and add COMPILE_TEST option

Let the platform's Kconfig to select the clock instead of having a reverse
dependency from the driver to the platform options.

Add the COMPILE_TEST option for the compilation test coverage.

This change is debatable as the option itself in the Kconfig allows to
select the driver for the platform or not. This change will make the prcmu
timer always selected.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Kconfig
drivers/clocksource/Kconfig