ARM: qcom: Drop unnecessary selects from ARCH_QCOM
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 21 Jan 2015 19:22:09 +0000 (11:22 -0800)
committerKumar Gala <galak@codeaurora.org>
Fri, 23 Jan 2015 16:19:36 +0000 (10:19 -0600)
We don't need to force gpiolib on everyone given that it isn't
required to actually boot the device and the multiplatform
Kconfig already selects ARCH_WANT_OPTIONAL_GPIOLIB. CLKSRC_OF is
already selected by CONFIG_ARCH_MULTIPLATFORM too, so we can drop
that here.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm/mach-qcom/Kconfig

index 29aa8e1970b06b32a94924780434f9a4b0cb8827..48003ea652b9f56341cce4b8d1fe7fb2bf89d8d1 100644 (file)
@@ -1,10 +1,8 @@
 menuconfig ARCH_QCOM
        bool "Qualcomm Support" if ARCH_MULTI_V7
-       select ARCH_REQUIRE_GPIOLIB
        select ARCH_SUPPORTS_BIG_ENDIAN
        select ARM_GIC
        select ARM_AMBA
-       select CLKSRC_OF
        select PINCTRL
        select QCOM_SCM if SMP
        help
This page took 0.041767 seconds and 5 git commands to generate.