:orphan: .. title:: CLOCK_CONTROL_LPC11U6X_PLL_SRC_IRC .. option:: CONFIG_CLOCK_CONTROL_LPC11U6X_PLL_SRC_IRC *IRC* Type: ``bool`` Help ==== .. code-block:: none Use the internal oscillator as the clock source for the PLL Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/clock_control/Kconfig.lpc11u6x:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:54`` → ``/clock_control/Kconfig:29`` Menu path: (Top) → Device Drivers → Hardware clock controller support → LPC11U6X Reset and clock control → LPC11U6X PLL Clock source .. code-block:: kconfig config CLOCK_CONTROL_LPC11U6X_PLL_SRC_IRC bool "IRC" depends on help Use the internal oscillator as the clock source for the PLL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*