Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280817
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/3] Remove ARCH_MSM* configs |
| Date | 2015-12-01 13:20 +0100 |
| Message-ID | <qAS4y-145-3@gated-at.bofh.it> (permalink) |
| References | <qAHVv-2Vf-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 12/01/2015 02:25 AM, Stephen Boyd wrote: > This patch series allows us to remove the ARCH_MSM* configs that live > in mach-qcom/Kconfig. They're mostly proxy configs for user selectable > clocksource configurations anyway. > > Changes from v2: > * Renamed config in patch 1 to QCOM_ARCH_A_FAMILY to be less confusing > > Changes from v1: > * Patch 1 replaced with one that moves config to mach-qcom/Kconfig > * Applied Arnd's acks to patches 2 and 3 > > Stephen Boyd (3): > ARM: qcom: Make an option for qcom 'a-family' platforms > ARM: qcom_defconfig: Enable HAVE_ARM_ARCH_TIMER > ARM: qcom: Drop ARCH_MSM* configs > > arch/arm/Makefile | 3 +-- > arch/arm/configs/qcom_defconfig | 1 + > arch/arm/mach-qcom/Kconfig | 17 +++++++++-------- > 3 files changed, 11 insertions(+), 10 deletions(-) Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Even it does not hurt, ARCH_MSM8X60, ARCH_MSM8960 and ARCH_MSM8974 could be also removed from the defconfig. Better to do it right now, so they won't be forgotten. -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog -- 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 | 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