From: Stephen Boyd Date: Tue, 1 Dec 2015 01:25:23 +0000 (-0800) Subject: ARM: qcom: Drop ARCH_MSM* configs X-Git-Tag: next-20160210~105^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2ccea21d797fd52e42f97a61f476940a17b83c3b;p=karo-tx-linux.git ARM: qcom: Drop ARCH_MSM* configs Drop these configs now that we select the clocksources we need via the defconfig. Acked-by: Arnd Bergmann Signed-off-by: Stephen Boyd --- diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 776aa61e8723..e165ae4600f5 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -24,16 +24,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