From a314520d8231765012051fbcfd7bea8a41daee94 Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Mon, 22 May 2017 07:36:04 +0000 Subject: 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 --- arch/arm64/Kconfig.platforms | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'arch/arm64/Kconfig.platforms') 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" -- cgit v1.2.3-59-g8ed1b