diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-07-17 23:19:09 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-03 23:19:48 +0100 |
commit | 725dd7eb170af813407ee45409590941a5ac626e (patch) | |
tree | 765d16c3af75dbeb105bc0d091fe37c4c256218e /arch/arm/mach-socfpga | |
parent | ARM: multi_v7_defconfig: enable SDHCI_BCM_KONA and MMC_BLOCK_MINORS=16 (diff) | |
download | linux-725dd7eb170af813407ee45409590941a5ac626e.tar.xz linux-725dd7eb170af813407ee45409590941a5ac626e.zip |
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/mach-socfpga')
-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 |