Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280461
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 3/3] ARM: qcom: Drop ARCH_MSM* configs |
| Date | 2015-12-01 02:30 +0100 |
| Message-ID | <qAHVw-2Vf-19@gated-at.bofh.it> (permalink) |
| References | <qAHVv-2Vf-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Drop these configs now that we select the clocksources we need via the defconfig. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] Remove ARCH_MSM* configs Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 02:30 +0100 [PATCH v3 3/3] ARM: qcom: Drop ARCH_MSM* configs Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 02:30 +0100 [PATCH v3 2/3] ARM: qcom_defconfig: Enable HAVE_ARM_ARCH_TIMER Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 02:30 +0100 [PATCH v3 1/3] ARM: qcom: Make an option for qcom 'a-family' platforms Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 02:30 +0100 Re: [PATCH v3 0/3] Remove ARCH_MSM* configs Arnd Bergmann <arnd@arndb.de> - 2015-12-01 13:00 +0100 Re: [PATCH v3 0/3] Remove ARCH_MSM* configs Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-12-01 13:20 +0100
csiph-web