Commit 15942853 authored by Vinayak Kale's avatar Vinayak Kale Committed by Catalin Marinas

arm64: Add Kconfig option for APM X-Gene SOC family

This patch adds arm64/Kconfig option for APM X-Gene SOC family.
Signed-off-by: default avatarKumar Sankaran <ksankaran@apm.com>
Signed-off-by: default avatarLoc Ho <lho@apm.com>
Signed-off-by: default avatarFeng Kan <fkan@apm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 3c01742a
...@@ -112,6 +112,11 @@ config ARCH_VEXPRESS ...@@ -112,6 +112,11 @@ config ARCH_VEXPRESS
This enables support for the ARMv8 software model (Versatile This enables support for the ARMv8 software model (Versatile
Express). Express).
config ARCH_XGENE
bool "AppliedMicro X-Gene SOC Family"
help
This enables support for AppliedMicro X-Gene SOC Family
endmenu endmenu
menu "Bus support" menu "Bus support"
...@@ -149,6 +154,8 @@ config NR_CPUS ...@@ -149,6 +154,8 @@ config NR_CPUS
int "Maximum number of CPUs (2-32)" int "Maximum number of CPUs (2-32)"
range 2 32 range 2 32
depends on SMP depends on SMP
# These have to remain sorted largest to smallest
default "8" if ARCH_XGENE
default "4" default "4"
source kernel/Kconfig.preempt source kernel/Kconfig.preempt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment