Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755557AbbLAB01 (ORCPT ); Mon, 30 Nov 2015 20:26:27 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:36623 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755273AbbLABZ0 (ORCPT ); Mon, 30 Nov 2015 20:25:26 -0500 From: Stephen Boyd To: Andy Gross Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Daniel Lezcano Subject: [PATCH v3 3/3] ARM: qcom: Drop ARCH_MSM* configs Date: Mon, 30 Nov 2015 17:25:23 -0800 Message-Id: <1448933123-9843-4-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.6.3.369.g91ad409 In-Reply-To: <1448933123-9843-1-git-send-email-sboyd@codeaurora.org> References: <1448933123-9843-1-git-send-email-sboyd@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 39 Drop these configs now that we select the clocksources we need via the defconfig. Acked-by: Arnd Bergmann Signed-off-by: Stephen Boyd --- arch/arm/mach-qcom/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 230c7e8a32fb..9cd3b50d891f 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -23,16 +23,4 @@ config ARCH_QCOM_A_FAMILY B-family includes all Snapdragon 2xx/4xx/6xx/8xx models starting in 2013 with the MSM8x74 SoC. -config ARCH_MSM8X60 - bool "Enable support for MSM8X60" - select CLKSRC_QCOM - -config ARCH_MSM8960 - bool "Enable support for MSM8960" - select CLKSRC_QCOM - -config ARCH_MSM8974 - bool "Enable support for MSM8974" - select HAVE_ARM_ARCH_TIMER - endif -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/