Skip to content

Commit b1fe0d0

Browse files
MrVanShawn Guo
authored andcommitted
clk: imx: drop the dependency on ARM64 for i.MX8M
Moving to support aarch32 mode on aarch64 hardware, need to drop the dependency on ARM64 to make the driver could be selected for ARM32. Signed-off-by: Peng Fan <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Stephen Boyd <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 260dab4 commit b1fe0d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/clk/imx/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ config MXC_CLK_SCU
1010

1111
config CLK_IMX8MM
1212
bool "IMX8MM CCM Clock Driver"
13-
depends on ARCH_MXC && ARM64
13+
depends on ARCH_MXC
1414
help
1515
Build the driver for i.MX8MM CCM Clock Driver
1616

1717
config CLK_IMX8MN
1818
bool "IMX8MN CCM Clock Driver"
19-
depends on ARCH_MXC && ARM64
19+
depends on ARCH_MXC
2020
help
2121
Build the driver for i.MX8MN CCM Clock Driver
2222

2323
config CLK_IMX8MP
2424
bool "IMX8MP CCM Clock Driver"
25-
depends on ARCH_MXC && ARM64
25+
depends on ARCH_MXC
2626
help
2727
Build the driver for i.MX8MP CCM Clock Driver
2828

2929
config CLK_IMX8MQ
3030
bool "IMX8MQ CCM Clock Driver"
31-
depends on ARCH_MXC && ARM64
31+
depends on ARCH_MXC
3232
help
3333
Build the driver for i.MX8MQ CCM Clock Driver
3434

0 commit comments

Comments
 (0)