arm64: rockchip: add support for kernel mode NEON
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / Kconfig
index 135f9ca7874c28a411a7d3af232a19c3be8a46ff..177f672b9091351fb2a533113d0bb589151a7916 100644 (file)
@@ -89,6 +89,10 @@ config NO_IOPORT
 config STACKTRACE_SUPPORT
        def_bool y
 
+config ILLEGAL_POINTER_VALUE
+       hex
+       default 0xdead000000000000
+
 config LOCKDEP_SUPPORT
        def_bool y
 
@@ -125,6 +129,9 @@ config SWIOTLB
 config IOMMU_HELPER
        def_bool SWIOTLB
 
+config KERNEL_MODE_NEON
+       def_bool y
+
 config FIX_EARLYCON_MEM
        def_bool y