Kconfig (87a0b2fafc09766d8c55461a18345a1cfb10a7fe) | Kconfig (7154b046d8f3a441474ced1688eb348d42f5f165) |
---|---|
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_IMXRT1050 110 tristate "IMXRT1050 CCM Clock Driver" 111 depends on SOC_IMXRT 112 select MXC_CLK 113 help 114 Build the driver for i.MXRT1050 CCM Clock Driver |
|