:orphan: .. title:: CONFIG_SOC_FAMILY_LPC .. kconfig:: CONFIG_SOC_FAMILY_LPC CONFIG_SOC_FAMILY_LPC ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_SEGGER_RTT ` - \ :kconfig:`HAS_SEGGER_RTT ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_LPC11U6X ` - \ :kconfig:`SOC_SERIES_LPC54XXX ` - \ :kconfig:`SOC_SERIES_LPC55XXX ` - \ :kconfig:`SOC_SERIES_LPC11U6X ` - \ :kconfig:`SOC_SERIES_LPC54XXX ` - \ :kconfig:`SOC_SERIES_LPC55XXX ` Kconfig definitions =================== At ``/arm/nxp_lpc/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_FAMILY_LPC bool select HAS_SEGGER_RTT ---- At ``/arm/nxp_lpc/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_FAMILY_LPC bool select HAS_SEGGER_RTT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*