
On 26/02/2024 10:08, Varadarajan Narayanan wrote:
Include the IPQ9574 clock driver into build framework
Please squash this patch into your patch adding the clock driver on the next revision.
Signed-off-by: Varadarajan Narayanan quic_varada@quicinc.com
drivers/clk/qcom/Kconfig | 8 ++++++++ drivers/clk/qcom/Makefile | 1 + 2 files changed, 9 insertions(+)
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 0df0d1881a..73947e1659 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -47,6 +47,14 @@ config CLK_QCOM_SDM845 on the Snapdragon 845 SoC. This driver supports the clocks and resets exposed by the GCC hardware block.
+config CLK_QCOM_IPQ9574
- select CLK_QCOM
- bool "Clock controller driver for QTI IPQ9574"
- help
Say Y here to enable support for the Global Clock Controller
on the IPQ9574 SoC. This driver supports the clocks
and resets exposed by the GCC hardware block.
endmenu
endif diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index cb179fdac5..c68abeea9c 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_CLK_QCOM_APQ8016) += clock-apq8016.o obj-$(CONFIG_CLK_QCOM_APQ8096) += clock-apq8096.o obj-$(CONFIG_CLK_QCOM_IPQ4019) += clock-ipq4019.o obj-$(CONFIG_CLK_QCOM_QCS404) += clock-qcs404.o +obj-$(CONFIG_CLK_QCOM_IPQ9574) += clock-ipq9574.o