:orphan: .. title:: CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 .. kconfig:: CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 ########################################## *Enable SRAM1* Type: ``bool`` Help ==== .. code-block:: none Enable SRAM1 Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_LPC11U6X ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.lpc11u6x:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:29`` Menu path: (Top) → Device Drivers → Hardware clock controller support → LPC11U6X Reset and clock control .. code-block:: kconfig config CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 bool "Enable SRAM1" depends on CLOCK_CONTROL_LPC11U6X && CLOCK_CONTROL help Enable SRAM1 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*