The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CLOCK_CONTROL_BEETLE_ENABLE_PLL

Enable PLL on Beetle

Type: bool

Help

Enable PLL on Beetle.

Select n if not sure.

Direct dependencies

SOC_SERIES_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/clock_control/Kconfig.beetle:33

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56drivers/clock_control/Kconfig:27

Menu path: (Top) → Device Drivers → Hardware clock controller support

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.)