mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
clk: sunxi: Limit legacy clocks to 32-bit ARM
The sunxi legacy clocks were never compatible with any 64-bit SoC, so there is no point in building them as part of a 64-bit ARM kernel. They make even less sense being built in to a 64-bit RISC-V kernel. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20220702190135.51744-1-samuel@sholland.org
This commit is contained in:
parent
e1c51d31be
commit
2b4c206963
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
menuconfig CLK_SUNXI
|
menuconfig CLK_SUNXI
|
||||||
bool "Legacy clock support for Allwinner SoCs"
|
bool "Legacy clock support for Allwinner SoCs"
|
||||||
depends on ARCH_SUNXI || COMPILE_TEST
|
depends on (ARM && ARCH_SUNXI) || COMPILE_TEST
|
||||||
default y
|
default y
|
||||||
|
|
||||||
if CLK_SUNXI
|
if CLK_SUNXI
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user