Re: [RFC 2/7] clocksource: add dependencies for Vybrid pit clocksource

2014-10-13 Thread Stefan Agner
Am 2014-10-12 20:18, schrieb Uwe Kleine-König: Hello, On Sun, Oct 12, 2014 at 08:13:56PM +0200, Stefan Agner wrote: Add the minimal dependencies required to use the Vybrid PIT clocksource driver. Those are not part of the SoC dependencies. Signed-off-by: Stefan Agner ste...@agner.ch ---

Re: [RFC 2/7] clocksource: add dependencies for Vybrid pit clocksource

2014-10-13 Thread Uwe Kleine-König
Hallo, On Mon, Oct 13, 2014 at 11:46:06AM +0200, Stefan Agner wrote: --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -146,6 +146,8 @@ config FSL_FTM_TIMER config VF_PIT_TIMER bool + select CLKSRC_MMIO + select CLKSRC_OF help Support for

[RFC 2/7] clocksource: add dependencies for Vybrid pit clocksource

2014-10-12 Thread Stefan Agner
Add the minimal dependencies required to use the Vybrid PIT clocksource driver. Those are not part of the SoC dependencies. Signed-off-by: Stefan Agner ste...@agner.ch --- drivers/clocksource/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clocksource/Kconfig

Re: [RFC 2/7] clocksource: add dependencies for Vybrid pit clocksource

2014-10-12 Thread Uwe Kleine-König
Hello, On Sun, Oct 12, 2014 at 08:13:56PM +0200, Stefan Agner wrote: Add the minimal dependencies required to use the Vybrid PIT clocksource driver. Those are not part of the SoC dependencies. Signed-off-by: Stefan Agner ste...@agner.ch --- drivers/clocksource/Kconfig | 2 ++ 1 file