diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 767aae8277fa..431c3753145a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -53,6 +53,7 @@ config ARM | |||
53 | select GENERIC_STRNLEN_USER | 53 | select GENERIC_STRNLEN_USER |
54 | select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN | 54 | select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN |
55 | select GENERIC_KERNEL_THREAD | 55 | select GENERIC_KERNEL_THREAD |
56 | select GENERIC_KERNEL_EXECVE | ||
56 | help | 57 | help |
57 | The ARM series is a line of low-power-consumption RISC chip designs | 58 | The ARM series is a line of low-power-consumption RISC chip designs |
58 | licensed by ARM Ltd and targeted at embedded applications and | 59 | licensed by ARM Ltd and targeted at embedded applications and |