On Mon, Aug 05, 2013 at 10:58:42PM +0100, dinguyen@xxxxxxxxxx wrote: > From: Dinh Nguyen <dinguyen@xxxxxxxxxx> > > Update Kconfig to enable TWD. > > Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx> > Tested-by: Jack Mitchell <jack.mitchell@xxxxxxxxxxxxxxxxx> > Reviewed-by: Pavel Machek <pavel@xxxxxxx> > CC: Arnd Bergmann <arnd@xxxxxxxx> > CC: Olof Johansson <olof@xxxxxxxxx> > Cc: Rob Herring <rob.herring@xxxxxxxxxxx> > Cc: Pawel Moll <pawel.moll@xxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: Stephen Warren <swarren@xxxxxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: Pavel Machek <pavel@xxxxxxx> > Cc: Jack Mitchell <jack.mitchell@xxxxxxxxxxxxxxxxx> > --- > arch/arm/mach-socfpga/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig > index dd86db4..efad818 100644 > --- a/arch/arm/mach-socfpga/Kconfig > +++ b/arch/arm/mach-socfpga/Kconfig > @@ -11,6 +11,7 @@ config ARCH_SOCFPGA > select GENERIC_CLOCKEVENTS > select GPIO_PL061 if GPIOLIB > select HAVE_ARM_SCU > + select HAVE_ARM_TWD if LOCAL_TIMERS With Stephen Boyd's local timer API removal [1], LOCAL_TIMERS is disappearing. I believe that you should just select HAVE_ARM_TWD. Thanks, Mark. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-June/179983.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html