config ARCH_QCOM
	bool "Qualcomm Support" if ARCH_MULTI_V7
	select ARCH_REQUIRE_GPIOLIB
	select ARM_GIC
	select ARM_AMBA
	select CLKSRC_OF
	select GENERIC_CLOCKEVENTS
	select HAVE_SMP
	select PINCTRL
	select MIGHT_HAVE_PCI
	select PCI_DOMAINS if PCI
	select QCOM_SCM if SMP
	select HAVE_IRQ_TIME_ACCOUNTING
	help
	  Support for Qualcomm's devicetree based systems.

config MSM_PCIE
	bool "MSM PCIe Controller driver"
	depends on PCI && PCI_MSI
	select PCI_DOMAINS
	help
	  Enables the PCIe functionality by configures PCIe core on
	  MSM chipset and by enabling the ARM PCI framework extension.

config MSM_RPM_LOG
	tristate "MSM Resource Power Manager Log Driver"
	depends on MFD_QCOM_RPM
	help
	  This option enables a driver which can read from a circular buffer
	  of messages produced by the RPM. These messages provide diagnostic
	  information about RPM operation. The driver outputs the messages
	  via a debugfs node.

config SENSOR_FUNCTION_SUPPORT_DNI
	tristate "sensor function support DNI"
	default n
	help
		Say y will open some DNI support code.

config QFPROM
	bool "QFPROM-sysupgrade"
	help
	  This option enables QFPROM driver for performing sysupgrade
	  from kernel, validating if a signed image is valid or not and to
	  check if a board is a secure boot enabled board or not.

if ARCH_QCOM

menu "Qualcomm SoC Selection"

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 ARCH_IPQ40XX
	bool "Enable support for IPQ40XX"
	select HAVE_ARM_ARCH_TIMER

endmenu

endif
