Skip to content

Commit

Permalink
ARM: qcom: Drop unnecessary selects from ARCH_QCOM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Kumar Gala committed Jan 23, 2015
1 parent 7279db9 commit 195b278
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-qcom/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 195b278

Please sign in to comment.