2018-12-13 22:42:50 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# common clock support for NXP i.MX SoC family.
|
|
|
|
config MXC_CLK
|
|
|
|
bool
|
|
|
|
def_bool ARCH_MXC
|
2018-12-13 22:42:54 +07:00
|
|
|
|
|
|
|
config MXC_CLK_SCU
|
|
|
|
bool
|
|
|
|
depends on IMX_SCU
|
2018-12-13 22:42:58 +07:00
|
|
|
|
2019-01-22 16:31:51 +07:00
|
|
|
config CLK_IMX8MM
|
|
|
|
bool "IMX8MM CCM Clock Driver"
|
|
|
|
depends on ARCH_MXC && ARM64
|
|
|
|
help
|
|
|
|
Build the driver for i.MX8MM CCM Clock Driver
|
|
|
|
|
2019-06-19 12:52:46 +07:00
|
|
|
config CLK_IMX8MN
|
|
|
|
bool "IMX8MN CCM Clock Driver"
|
|
|
|
depends on ARCH_MXC && ARM64
|
|
|
|
help
|
|
|
|
Build the driver for i.MX8MN CCM Clock Driver
|
|
|
|
|
2020-01-08 08:53:36 +07:00
|
|
|
config CLK_IMX8MP
|
|
|
|
bool "IMX8MP CCM Clock Driver"
|
|
|
|
depends on ARCH_MXC && ARM64
|
|
|
|
help
|
|
|
|
Build the driver for i.MX8MP CCM Clock Driver
|
|
|
|
|
2018-12-14 21:20:34 +07:00
|
|
|
config CLK_IMX8MQ
|
|
|
|
bool "IMX8MQ CCM Clock Driver"
|
|
|
|
depends on ARCH_MXC && ARM64
|
|
|
|
help
|
|
|
|
Build the driver for i.MX8MQ CCM Clock Driver
|
2018-12-15 04:34:47 +07:00
|
|
|
|
2018-12-13 22:42:58 +07:00
|
|
|
config CLK_IMX8QXP
|
|
|
|
bool "IMX8QXP SCU Clock"
|
|
|
|
depends on ARCH_MXC && IMX_SCU && ARM64
|
|
|
|
select MXC_CLK_SCU
|
|
|
|
help
|
|
|
|
Build the driver for IMX8QXP SCU based clocks.
|