ARM: enable ARM_HAS_SG_CHAIN for multiplatform
authorOlof Johansson <olof@lixom.net>
Sun, 9 Mar 2014 19:46:59 +0000 (12:46 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 10 Mar 2014 05:42:47 +0000 (22:42 -0700)
Enable ARM_HAS_SG_CHAIN for all multiplatform targets, it makes sense
to enable on all "modern" platforms; downsides are limited for platforms
that don't need it.

Requested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig

index cbee1169b883aa022f3b1348801bb68508244aa0..4f13bf3d18700f7c71ded46ace0fcaca401ad131 100644 (file)
@@ -307,6 +307,7 @@ config ARCH_MULTIPLATFORM
        bool "Allow multiple platforms to be selected"
        depends on MMU
        select ARCH_WANT_OPTIONAL_GPIOLIB
+       select ARM_HAS_SG_CHAIN
        select ARM_PATCH_PHYS_VIRT
        select AUTO_ZRELADDR
        select COMMON_CLK