xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 6d00b56f)
1085d7a45SStephen Boydconfig COMMON_CLK_QCOM
2085d7a45SStephen Boyd	tristate "Support for Qualcomm's clock controllers"
3085d7a45SStephen Boyd	depends on OF
4085d7a45SStephen Boyd	select REGMAP_MMIO
5b36ba30cSStephen Boyd	select RESET_CONTROLLER
62ec94130SStephen Boyd
72ec94130SStephen Boydconfig MSM_GCC_8960
82ec94130SStephen Boyd	tristate "MSM8960 Global Clock Controller"
92ec94130SStephen Boyd	depends on COMMON_CLK_QCOM
102ec94130SStephen Boyd	help
112ec94130SStephen Boyd	  Support for the global clock controller on msm8960 devices.
122ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
132ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
14*6d00b56fSStephen Boyd
15*6d00b56fSStephen Boydconfig MSM_MMCC_8960
16*6d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
17*6d00b56fSStephen Boyd	select MSM_GCC_8960
18*6d00b56fSStephen Boyd	depends on COMMON_CLK_QCOM
19*6d00b56fSStephen Boyd	help
20*6d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
21*6d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
22*6d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
23