diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-07-17 16:19:09 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-03 14:19:48 -0800 |
commit | 725dd7eb170af813407ee45409590941a5ac626e (patch) | |
tree | 765d16c3af75dbeb105bc0d091fe37c4c256218e /arch/arm | |
parent | f39918eec72c841037f16475867dac1a2b0bfc01 (diff) |
arm: socfpga: Enable ARM_TWD for socfpga
Update Kconfig to enable TWD.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-socfpga/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 037100a1563a..aee77f06f887 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -10,6 +10,7 @@ config ARCH_SOCFPGA select GENERIC_CLOCKEVENTS select GPIO_PL061 if GPIOLIB select HAVE_ARM_SCU + select HAVE_ARM_TWD if SMP select HAVE_SMP select MFD_SYSCON select SPARSE_IRQ |