:orphan: .. title:: CLOCK_CONTROL_LPC11U6X .. option:: CONFIG_CLOCK_CONTROL_LPC11U6X *LPC11U6X Reset and clock control* Type: ``bool`` Help ==== Enable driver for reset and clock control used in LPC11U6X MCUs Direct dependencies =================== (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_LPC11U6X `) || (\ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_LPC11U6X bool default y depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_LPC11U6X ` ---- At ``drivers/clock_control/Kconfig.lpc11u6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:29`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: menuconfig CLOCK_CONTROL_LPC11U6X bool "LPC11U6X Reset and clock control" depends on \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`CLOCK_CONTROL ` help Enable driver for reset and clock control used in LPC11U6X MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*