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 <Zephyr>/drivers/clock_control/Kconfig.beetle:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/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.)