:orphan: .. title:: CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_USB_RAM .. kconfig:: CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_USB_RAM CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_USB_RAM ############################################ *Enable USB RAM* Type: ``bool`` Help ==== .. code-block:: none Enable USB RAM 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:20`` 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_USB_RAM bool "Enable USB RAM" depends on CLOCK_CONTROL_LPC11U6X && CLOCK_CONTROL help Enable USB RAM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*