diff options
-rw-r--r-- | arch/arm64/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ef32eb1aa2d9..1fac4e5a1c43 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -112,6 +112,11 @@ config ARCH_VEXPRESS | |||
112 | This enables support for the ARMv8 software model (Versatile | 112 | This enables support for the ARMv8 software model (Versatile |
113 | Express). | 113 | Express). |
114 | 114 | ||
115 | config ARCH_XGENE | ||
116 | bool "AppliedMicro X-Gene SOC Family" | ||
117 | help | ||
118 | This enables support for AppliedMicro X-Gene SOC Family | ||
119 | |||
115 | endmenu | 120 | endmenu |
116 | 121 | ||
117 | menu "Bus support" | 122 | menu "Bus support" |
@@ -149,6 +154,8 @@ config NR_CPUS | |||
149 | int "Maximum number of CPUs (2-32)" | 154 | int "Maximum number of CPUs (2-32)" |
150 | range 2 32 | 155 | range 2 32 |
151 | depends on SMP | 156 | depends on SMP |
157 | # These have to remain sorted largest to smallest | ||
158 | default "8" if ARCH_XGENE | ||
152 | default "4" | 159 | default "4" |
153 | 160 | ||
154 | source kernel/Kconfig.preempt | 161 | source kernel/Kconfig.preempt |