]> Pileus Git - ~andy/linux/commitdiff
ARM: hisi: fix kconfig warning on HAVE_ARM_TWD
authorRob Herring <robh@kernel.org>
Sat, 1 Feb 2014 22:35:42 +0000 (16:35 -0600)
committerOlof Johansson <olof@lixom.net>
Mon, 3 Feb 2014 03:52:42 +0000 (19:52 -0800)
Commit "ARM: hisi: don't select SMP" introduced a kconfig warning:
warning: (ARCH_HI3xxx) selects HAVE_ARM_TWD which has unmet direct dependencies (SMP)

Fix HAVE_ARM_TWD to depend on SMP.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-hisi/Kconfig

index 8f4649b301b2b8edba6f03e190719a967b883657..1abae5f6a4181013a83e286d8ec9b1518179ce39 100644 (file)
@@ -8,7 +8,7 @@ config ARCH_HI3xxx
        select CLKSRC_OF
        select GENERIC_CLOCKEVENTS
        select HAVE_ARM_SCU
-       select HAVE_ARM_TWD
+       select HAVE_ARM_TWD if SMP
        select HAVE_SMP
        select PINCTRL
        select PINCTRL_SINGLE