:orphan: .. title:: CONFIG_CLOCK_CONTROL_BEETLE_ENABLE_PLL .. kconfig:: CONFIG_CLOCK_CONTROL_BEETLE_ENABLE_PLL CONFIG_CLOCK_CONTROL_BEETLE_ENABLE_PLL ###################################### *Enable PLL on Beetle* Type: ``bool`` Help ==== .. code-block:: none Enable PLL on Beetle. Select n if not sure. Direct dependencies =================== \ :kconfig:`SOC_SERIES_BEETLE ` && \ :kconfig:`SOC_FAMILY_ARM ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.beetle:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:27`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_BEETLE_ENABLE_PLL bool "Enable PLL on Beetle" depends on SOC_SERIES_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL help Enable PLL on Beetle. Select n if not sure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*