Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <exxxxkc@getgoogleoff.me>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241007163414.32458-4-exxxxkc@getgoogleoff.me
[bjorn: Updated commit message, per Dmitry's suggestion]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Karl Chan and committed by
Bjorn Andersson
5d02941c 4b28beb8

+1 -1
+1 -1
drivers/clk/qcom/Kconfig
··· 217 217 218 218 config IPQ_GCC_5018 219 219 tristate "IPQ5018 Global Clock Controller" 220 - depends on ARM64 || COMPILE_TEST 220 + depends on ARM || ARM64 || COMPILE_TEST 221 221 help 222 222 Support for global clock controller on ipq5018 devices. 223 223 Say Y if you want to use peripheral devices such as UART, SPI,