195b278dbd
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>
29 lines
507 B
Plaintext
29 lines
507 B
Plaintext
menuconfig ARCH_QCOM
|
|
bool "Qualcomm Support" if ARCH_MULTI_V7
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
select ARM_GIC
|
|
select ARM_AMBA
|
|
select PINCTRL
|
|
select QCOM_SCM if SMP
|
|
help
|
|
Support for Qualcomm's devicetree based systems.
|
|
|
|
if ARCH_QCOM
|
|
|
|
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
|
|
|
|
config QCOM_SCM
|
|
bool
|
|
|
|
endif
|