|
@@ -112,6 +112,11 @@ config ARCH_VEXPRESS
|
|
|
This enables support for the ARMv8 software model (Versatile
|
|
|
Express).
|
|
|
|
|
|
+config ARCH_XGENE
|
|
|
+ bool "AppliedMicro X-Gene SOC Family"
|
|
|
+ help
|
|
|
+ This enables support for AppliedMicro X-Gene SOC Family
|
|
|
+
|
|
|
endmenu
|
|
|
|
|
|
menu "Bus support"
|
|
@@ -149,6 +154,8 @@ config NR_CPUS
|
|
|
int "Maximum number of CPUs (2-32)"
|
|
|
range 2 32
|
|
|
depends on SMP
|
|
|
+ # These have to remain sorted largest to smallest
|
|
|
+ default "8" if ARCH_XGENE
|
|
|
default "4"
|
|
|
|
|
|
source kernel/Kconfig.preempt
|