mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-14 16:39:21 +00:00
![Stephen Boyd](/assets/img/avatar_default.png)
Add a driver for the global clock controller found on MSM8960 based platforms. This should allow most non-multimedia device drivers to probe and control their clocks. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
config COMMON_CLK_QCOM
|
|
tristate "Support for Qualcomm's clock controllers"
|
|
depends on OF
|
|
select REGMAP_MMIO
|
|
select RESET_CONTROLLER
|
|
|
|
config MSM_GCC_8960
|
|
tristate "MSM8960 Global Clock Controller"
|
|
depends on COMMON_CLK_QCOM
|
|
help
|
|
Support for the global clock controller on msm8960 devices.
|
|
Say Y if you want to use peripheral devices such as UART, SPI,
|
|
i2c, USB, SD/eMMC, SATA, PCIe, etc.
|