CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1¶
Enable SRAM1
Type: bool
Help¶
Enable SRAM1
Direct dependencies¶
CLOCK_CONTROL_LPC11U6X && CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/clock_control/Kconfig.lpc11u6x:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:56 → <Zephyr Driver>/clock_control/Kconfig:29
Menu path: (Top) → Device Drivers → Hardware clock controller support → LPC11U6X Reset and clock control
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.)