diff options
-rw-r--r-- | arch/arm64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 86ebfe499d6a..bbb5d9480130 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -139,6 +139,11 @@ config ARM64_64K_PAGES | |||
139 | look-up. AArch32 emulation is not available when this feature | 139 | look-up. AArch32 emulation is not available when this feature |
140 | is enabled. | 140 | is enabled. |
141 | 141 | ||
142 | config CPU_BIG_ENDIAN | ||
143 | bool "Build big-endian kernel" | ||
144 | help | ||
145 | Say Y if you plan on running a kernel in big-endian mode. | ||
146 | |||
142 | config SMP | 147 | config SMP |
143 | bool "Symmetric Multi-Processing" | 148 | bool "Symmetric Multi-Processing" |
144 | select USE_GENERIC_SMP_HELPERS | 149 | select USE_GENERIC_SMP_HELPERS |