CONFIG_CLOCK_CONTROL_MCUX_PCC¶
MCUX PCC driver
Type: bool
Help¶
Enable support for MCUX PCC driver.
Direct dependencies¶
(CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF) || (CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF) || (HAS_MCUX_PCC && CLOCK_CONTROL)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:40
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
Menu path: (Top)
config CLOCK_CONTROL_MCUX_PCC
    bool
    default y
    depends on CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF
At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:40
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
Menu path: (Top)
config CLOCK_CONTROL_MCUX_PCC
    bool
    default y
    depends on CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF
At <Zephyr Driver>/clock_control/Kconfig.mcux_pcc:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:56 → <Zephyr Driver>/clock_control/Kconfig:37
Menu path: (Top) → Device Drivers → Hardware clock controller support
config CLOCK_CONTROL_MCUX_PCC
    bool "MCUX PCC driver"
    depends on HAS_MCUX_PCC && CLOCK_CONTROL
    help
      Enable support for MCUX PCC driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)