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

CONFIG_CLOCK_CONTROL_LPC11U6X_PLL_SRC_SYSOSC

SYSOSC

Type: bool

Help

Use the system oscillator as the clock source for the PLL

Direct dependencies

<choice CLOCK_CONTROL_LPC11U6X_PLL_SRC: LPC11U6X PLL Clock source>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.lpc11u6x:33

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

Menu path: (Top) → Device Drivers → Hardware clock controller support → LPC11U6X Reset and clock control → LPC11U6X PLL Clock source

config CLOCK_CONTROL_LPC11U6X_PLL_SRC_SYSOSC
    bool "SYSOSC"
    depends on <choice CLOCK_CONTROL_LPC11U6X_PLL_SRC>
    help
      Use the system oscillator as the clock source for the PLL

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)