aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayachandran C <jnair@caviumnetworks.com>2017-05-22 03:36:04 -0400
committerOlof Johansson <olof@lixom.net>2017-06-01 20:18:20 -0400
commita314520d8231765012051fbcfd7bea8a41daee94 (patch)
tree7bf68c3d599691bf833ff118c9d181a147484916
parent5ed02dbb497422bf225783f46e6eadd237d23d6b (diff)
arm64: disable Broadcom Vulcan platform
Disable the option ARCH_VULCAN as a step towards deleting it entirely. There is still a reference in the kernel tree for ARCH_VULCAN, so we have to keep the config option around until that reference is removed. Signed-off-by: Jayachandran C <jnair@caviumnetworks.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm64/Kconfig.platforms5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 73272f43ca01..fa3715cb2024 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -225,10 +225,7 @@ config ARCH_VEXPRESS
225 Express). 225 Express).
226 226
227config ARCH_VULCAN 227config ARCH_VULCAN
228 bool "Broadcom Vulcan SOC Family" 228 def_bool n
229 select GPIOLIB
230 help
231 This enables support for Broadcom Vulcan SoC Family
232 229
233config ARCH_XGENE 230config ARCH_XGENE
234 bool "AppliedMicro X-Gene SOC Family" 231 bool "AppliedMicro X-Gene SOC Family"