:orphan: .. title:: CONFIG_CLOCK_CONTROL_LPC11U6X .. kconfig:: CONFIG_CLOCK_CONTROL_LPC11U6X CONFIG_CLOCK_CONTROL_LPC11U6X ############################# *LPC11U6X Reset and clock control* Type: ``bool`` Help ==== .. code-block:: none Enable driver for reset and clock control used in LPC11U6X MCUs Direct dependencies =================== (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_SERIES_LPC11U6X `) || (\ :kconfig:`SOC_SERIES_LPC11U6X ` && \ :kconfig:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_LPC11U6X bool default y depends on CLOCK_CONTROL && SOC_SERIES_LPC11U6X ---- At ``/clock_control/Kconfig.lpc11u6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:35`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig menuconfig CLOCK_CONTROL_LPC11U6X bool "LPC11U6X Reset and clock control" depends on SOC_SERIES_LPC11U6X && 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.)*