Skip to content

Commit 5d02941

Browse files
Karl Chanandersson
authored andcommitted
clk: qcom: ipq5018: allow it to be bulid on arm32
There are some ipq5018 based device's firmware only can able to boot arm32 but the clock driver dont allow it to be compiled on arm32. Therefore allow GCC for IPQ5018 to be selected when building ARM32 kernel Signed-off-by: Karl Chan <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] [bjorn: Updated commit message, per Dmitry's suggestion] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 4b28beb commit 5d02941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ config IPQ_GCC_4019
217217

218218
config IPQ_GCC_5018
219219
tristate "IPQ5018 Global Clock Controller"
220-
depends on ARM64 || COMPILE_TEST
220+
depends on ARM || ARM64 || COMPILE_TEST
221221
help
222222
Support for global clock controller on ipq5018 devices.
223223
Say Y if you want to use peripheral devices such as UART, SPI,

0 commit comments

Comments
 (0)