Kconfig (1136fa0c07de570dc17858745af8be169d1440ba) Kconfig (24defbe194b650218680fcd9dec8cd103537b531)
1# SPDX-License-Identifier: GPL-2.0
2# common clock support for NXP i.MX SoC family.
3config MXC_CLK
4 tristate "IMX clock"
5 depends on ARCH_MXC || COMPILE_TEST
6
7config MXC_CLK_SCU
8 tristate

--- 91 unchanged lines hidden (view full) ---

100 Build the driver for IMX8QXP SCU based clocks.
101
102config CLK_IMX8ULP
103 tristate "IMX8ULP CCM Clock Driver"
104 depends on ARCH_MXC || COMPILE_TEST
105 select MXC_CLK
106 help
107 Build the driver for i.MX8ULP CCM Clock Driver
1# SPDX-License-Identifier: GPL-2.0
2# common clock support for NXP i.MX SoC family.
3config MXC_CLK
4 tristate "IMX clock"
5 depends on ARCH_MXC || COMPILE_TEST
6
7config MXC_CLK_SCU
8 tristate

--- 91 unchanged lines hidden (view full) ---

100 Build the driver for IMX8QXP SCU based clocks.
101
102config CLK_IMX8ULP
103 tristate "IMX8ULP CCM Clock Driver"
104 depends on ARCH_MXC || COMPILE_TEST
105 select MXC_CLK
106 help
107 Build the driver for i.MX8ULP CCM Clock Driver
108
109config CLK_IMX93
110 tristate "IMX93 CCM Clock Driver"
111 depends on ARCH_MXC || COMPILE_TEST
112 help
113 Build the driver for i.MX93 CCM Clock Driver
114
115config CLK_IMXRT1050
116 tristate "IMXRT1050 CCM Clock Driver"
117 depends on SOC_IMXRT
118 select MXC_CLK
119 help
120 Build the driver for i.MXRT1050 CCM Clock Driver