diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-10-16 04:05:53 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-16 04:05:53 -0400 |
commit | 263c43a4479ecce52c0fdc84b4620e146263d549 (patch) | |
tree | b29ad7d94892be7a40524400481f71a1c075a167 /arch/arm/Kconfig | |
parent | 873ee9ed2c020b59e22a5082f73fc2960ec959bf (diff) | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af (diff) |
Merge tag 'v3.12-rc4' into devel
Linux 3.12-rc4
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e4061de9999c..c6debe07f036 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2214,8 +2214,7 @@ config NEON | |||
2214 | 2214 | ||
2215 | config KERNEL_MODE_NEON | 2215 | config KERNEL_MODE_NEON |
2216 | bool "Support for NEON in kernel mode" | 2216 | bool "Support for NEON in kernel mode" |
2217 | default n | 2217 | depends on NEON && AEABI |
2218 | depends on NEON | ||
2219 | help | 2218 | help |
2220 | Say Y to include support for NEON in kernel mode. | 2219 | Say Y to include support for NEON in kernel mode. |
2221 | 2220 | ||