:orphan: .. title:: CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 .. option:: CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 *Enable SRAM1* Type: ``bool`` Help ==== Enable SRAM1 Direct dependencies =================== \ :option:`CLOCK_CONTROL_LPC11U6X ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.lpc11u6x:15`` 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:: config CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1 bool "Enable SRAM1" depends on \ :option:`CLOCK_CONTROL_LPC11U6X ` && \ :option:`CLOCK_CONTROL ` help Enable SRAM1 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*