:orphan: .. title:: CONFIG_CLOCK_CONTROL_RCAR_CPG_MSSR .. kconfig:: CONFIG_CLOCK_CONTROL_RCAR_CPG_MSSR CONFIG_CLOCK_CONTROL_RCAR_CPG_MSSR ################################## *RCar CPG MSSR driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for Renesas RCar CPG MSSR driver. Direct dependencies =================== \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` - \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` Kconfig definition ================== At ``/clock_control/Kconfig.rcar:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:53`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_RCAR_CPG_MSSR bool "RCar CPG MSSR driver" depends on SOC_SERIES_RCAR_GEN3 && CLOCK_CONTROL help Enable support for Renesas RCar CPG MSSR driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*