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