:orphan: .. title:: choice CLOCK_CONTROL_LPC11U6X_PLL_SRC: LPC11U6X PLL Clock source .. _choice_180: .. describe:: choice CLOCK_CONTROL_LPC11U6X_PLL_SRC: LPC11U6X PLL Clock source *LPC11U6X PLL Clock source* Type: ``bool`` Direct dependencies =================== \ :option:`CLOCK_CONTROL_LPC11U6X ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`CLOCK_CONTROL_LPC11U6X_PLL_SRC_IRC ` - \ :option:`CLOCK_CONTROL_LPC11U6X_PLL_SRC_SYSOSC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.lpc11u6x:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:29`` Menu path: (Top) → Device Drivers → Hardware clock controller support → LPC11U6X Reset and clock control .. parsed-literal:: choice CLOCK_CONTROL_LPC11U6X_PLL_SRC bool "LPC11U6X PLL Clock source" depends on \ :option:`CLOCK_CONTROL_LPC11U6X ` && \ :option:`CLOCK_CONTROL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*