From: Jayachandran C Date: Mon, 22 May 2017 07:36:04 +0000 (+0000) Subject: arm64: disable Broadcom Vulcan platform X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a314520d8231765012051fbcfd7bea8a41daee94;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Olof Johansson --- 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 Express). config ARCH_VULCAN - bool "Broadcom Vulcan SOC Family" - select GPIOLIB - help - This enables support for Broadcom Vulcan SoC Family + def_bool n config ARCH_XGENE bool "AppliedMicro X-Gene SOC Family"