Server IP : 172.67.216.182 / Your IP : 162.158.162.40 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-5.15.0-142/drivers/clk/imx/ |
Upload File : |
# SPDX-License-Identifier: GPL-2.0 # common clock support for NXP i.MX SoC family. config MXC_CLK tristate "IMX clock" depends on ARCH_MXC || COMPILE_TEST config MXC_CLK_SCU tristate config CLK_IMX1 def_bool SOC_IMX1 select MXC_CLK config CLK_IMX25 def_bool SOC_IMX25 select MXC_CLK config CLK_IMX27 def_bool SOC_IMX27 select MXC_CLK config CLK_IMX31 def_bool SOC_IMX31 select MXC_CLK config CLK_IMX35 def_bool SOC_IMX35 select MXC_CLK config CLK_IMX5 def_bool SOC_IMX5 select MXC_CLK config CLK_IMX6Q def_bool SOC_IMX6Q select MXC_CLK config CLK_IMX6SL def_bool SOC_IMX6SL select MXC_CLK config CLK_IMX6SLL def_bool SOC_IMX6SLL select MXC_CLK config CLK_IMX6SX def_bool SOC_IMX6SX select MXC_CLK config CLK_IMX6UL def_bool SOC_IMX6UL select MXC_CLK config CLK_IMX7D def_bool SOC_IMX7D select MXC_CLK config CLK_IMX7ULP def_bool SOC_IMX7ULP select MXC_CLK config CLK_VF610 def_bool SOC_VF610 select MXC_CLK config CLK_IMX8MM tristate "IMX8MM CCM Clock Driver" depends on ARCH_MXC || COMPILE_TEST select MXC_CLK help Build the driver for i.MX8MM CCM Clock Driver config CLK_IMX8MN tristate "IMX8MN CCM Clock Driver" depends on ARCH_MXC || COMPILE_TEST select MXC_CLK help Build the driver for i.MX8MN CCM Clock Driver config CLK_IMX8MP tristate "IMX8MP CCM Clock Driver" depends on ARCH_MXC || COMPILE_TEST select MXC_CLK help Build the driver for i.MX8MP CCM Clock Driver config CLK_IMX8MQ tristate "IMX8MQ CCM Clock Driver" depends on ARCH_MXC || COMPILE_TEST select MXC_CLK help Build the driver for i.MX8MQ CCM Clock Driver config CLK_IMX8QXP tristate "IMX8QXP SCU Clock" depends on (ARCH_MXC && ARM64) || COMPILE_TEST depends on IMX_SCU && HAVE_ARM_SMCCC select MXC_CLK_SCU select MXC_CLK help Build the driver for IMX8QXP SCU based clocks.