mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 09:21:35 +00:00
28 lines
878 B
Diff
28 lines
878 B
Diff
From 8de152343b96309914947f17ad5ce879c5911906 Mon Sep 17 00:00:00 2001
|
|
From: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Date: Wed, 17 May 2023 11:33:07 +0530
|
|
Subject: [PATCH 216/281] clk: qcom: ipq5332: enable the IPQ5332 GCC driver for
|
|
ARM
|
|
|
|
Change-Id: I6b8031c004398a12637d03087b2abb3a8c54d498
|
|
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
|
|
---
|
|
drivers/clk/qcom/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
|
|
index 9a3bfe9caaaf..5b5ad0971c6c 100644
|
|
--- a/drivers/clk/qcom/Kconfig
|
|
+++ b/drivers/clk/qcom/Kconfig
|
|
@@ -143,7 +143,6 @@ config IPQ_GCC_4019
|
|
|
|
config IPQ_GCC_5332
|
|
tristate "IPQ5332 Global Clock Controller"
|
|
- depends on ARM64 || COMPILE_TEST
|
|
help
|
|
Support for the global clock controller on ipq5332 devices.
|
|
Say Y if you want to use peripheral devices such as UART, SPI,
|
|
--
|
|
2.17.1
|
|
|