Merge tag 'v3.12-rc5' into stable/for-linus-3.13
[sfrench/cifs-2.6.git] / arch / arm / Kconfig
index 3f7714d8d2d216bf3bbd7b4a5b227ea982997554..b08374f8fe3b15d2126e2e028264dcd6a7c36250 100644 (file)
@@ -1872,6 +1872,12 @@ config CC_STACKPROTECTOR
          neutralized via a kernel panic.
          This feature requires gcc version 4.2 or above.
 
+config SWIOTLB
+       def_bool y
+
+config IOMMU_HELPER
+       def_bool SWIOTLB
+
 config XEN_DOM0
        def_bool y
        depends on XEN
@@ -2217,8 +2223,7 @@ config NEON
 
 config KERNEL_MODE_NEON
        bool "Support for NEON in kernel mode"
-       default n
-       depends on NEON
+       depends on NEON && AEABI
        help
          Say Y to include support for NEON in kernel mode.