:orphan: .. title:: CLOCK_CONTROL_MCUX_PCC .. option:: CONFIG_CLOCK_CONTROL_MCUX_PCC *MCUX PCC driver* Type: ``bool`` Help ==== Enable support for MCUX PCC driver. Direct dependencies =================== (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`HAS_MCUX_PCC ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_MCUX_PCC bool default y depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``drivers/clock_control/Kconfig.mcux_pcc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:35`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: config CLOCK_CONTROL_MCUX_PCC bool "MCUX PCC driver" depends on \ :option:`HAS_MCUX_PCC ` && \ :option:`CLOCK_CONTROL ` help Enable support for MCUX PCC driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*