Kconfig (0ea5c948cb64bab5bc7a5516774eb8536f05aa0d) | Kconfig (5224b189462ff70df328f173b71acfd925092c3c) |
---|---|
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 --- 100 unchanged lines hidden (view full) --- 109 110config CLK_IMX93 111 tristate "IMX93 CCM Clock Driver" 112 depends on ARCH_MXC || COMPILE_TEST 113 select MXC_CLK 114 help 115 Build the driver for i.MX93 CCM Clock Driver 116 | 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 --- 100 unchanged lines hidden (view full) --- 109 110config CLK_IMX93 111 tristate "IMX93 CCM Clock Driver" 112 depends on ARCH_MXC || COMPILE_TEST 113 select MXC_CLK 114 help 115 Build the driver for i.MX93 CCM Clock Driver 116 |
117config CLK_IMX95_BLK_CTL 118 tristate "IMX95 Clock Driver for BLK CTL" 119 depends on ARCH_MXC || COMPILE_TEST 120 select MXC_CLK 121 help 122 Build the clock driver for i.MX95 BLK CTL 123 |
|
117config CLK_IMXRT1050 118 tristate "IMXRT1050 CCM Clock Driver" 119 depends on SOC_IMXRT || COMPILE_TEST 120 select MXC_CLK 121 help 122 Build the driver for i.MXRT1050 CCM Clock Driver | 124config CLK_IMXRT1050 125 tristate "IMXRT1050 CCM Clock Driver" 126 depends on SOC_IMXRT || COMPILE_TEST 127 select MXC_CLK 128 help 129 Build the driver for i.MXRT1050 CCM Clock Driver |