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