diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-01-21 14:22:09 -0500 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-01-23 11:19:36 -0500 |
commit | 195b278dbd9d0d88ff3c743d55148022f5738b95 (patch) | |
tree | e867545609556134e1e7f7704d1eeab732004095 /arch/arm/mach-qcom | |
parent | 7279db9287f226fbb3f349c3244f8dc4b783e645 (diff) |
ARM: qcom: Drop unnecessary selects from ARCH_QCOM
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>
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 29aa8e1970b0..48003ea652b9 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig | |||
@@ -1,10 +1,8 @@ | |||
1 | menuconfig ARCH_QCOM | 1 | menuconfig ARCH_QCOM |
2 | bool "Qualcomm Support" if ARCH_MULTI_V7 | 2 | bool "Qualcomm Support" if ARCH_MULTI_V7 |
3 | select ARCH_REQUIRE_GPIOLIB | ||
4 | select ARCH_SUPPORTS_BIG_ENDIAN | 3 | select ARCH_SUPPORTS_BIG_ENDIAN |
5 | select ARM_GIC | 4 | select ARM_GIC |
6 | select ARM_AMBA | 5 | select ARM_AMBA |
7 | select CLKSRC_OF | ||
8 | select PINCTRL | 6 | select PINCTRL |
9 | select QCOM_SCM if SMP | 7 | select QCOM_SCM if SMP |
10 | help | 8 | help |