diff options
author | Rob Herring <robh@kernel.org> | 2014-04-22 15:29:01 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-04-22 15:33:27 -0400 |
commit | e7062b101537a0c4f4a8d725321772eb78100074 (patch) | |
tree | d438b63c87d137c4f723531184b7b19cae060e8e /arch/arm/mach-qcom | |
parent | 9f0db8b9c466e0e5f3bc86a1389c790ca16643a8 (diff) |
ARM: qcom: clean-up unneeded kconfig selects
Multi-platform support implies all these options are already selected and
individual platforms don't need to select them.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: David Brown <davidb@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index a028be234334..6aa22147cace 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig | |||
@@ -3,8 +3,6 @@ config ARCH_QCOM | |||
3 | select ARCH_REQUIRE_GPIOLIB | 3 | select ARCH_REQUIRE_GPIOLIB |
4 | select ARM_GIC | 4 | select ARM_GIC |
5 | select CLKSRC_OF | 5 | select CLKSRC_OF |
6 | select GENERIC_CLOCKEVENTS | ||
7 | select HAVE_SMP | ||
8 | select QCOM_SCM if SMP | 6 | select QCOM_SCM if SMP |
9 | help | 7 | help |
10 | Support for Qualcomm's devicetree based systems. | 8 | Support for Qualcomm's devicetree based systems. |