aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-03-09 15:46:59 -0400
committerOlof Johansson <olof@lixom.net>2014-03-10 01:42:47 -0400
commit42dc836dbe719b0f7afef1794a12a53fa6d7f723 (patch)
tree7ce8d441415877313a981c863ef108a3750ed21d
parent1760e4f855a2ead08a40deac9abd4fb8cdf3af32 (diff)
ARM: enable ARM_HAS_SG_CHAIN for multiplatform
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>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index cbee1169b883..4f13bf3d1870 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -307,6 +307,7 @@ config ARCH_MULTIPLATFORM
307 bool "Allow multiple platforms to be selected" 307 bool "Allow multiple platforms to be selected"
308 depends on MMU 308 depends on MMU
309 select ARCH_WANT_OPTIONAL_GPIOLIB 309 select ARCH_WANT_OPTIONAL_GPIOLIB
310 select ARM_HAS_SG_CHAIN
310 select ARM_PATCH_PHYS_VIRT 311 select ARM_PATCH_PHYS_VIRT
311 select AUTO_ZRELADDR 312 select AUTO_ZRELADDR
312 select COMMON_CLK 313 select COMMON_CLK