:orphan: .. title:: CONFIG_SOC_LPC54114_M4 .. kconfig:: CONFIG_SOC_LPC54114_M4 CONFIG_SOC_LPC54114_M4 ###################### *SOC\_LPC54114\_M4* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M4 ` - \ :kconfig:`CPU_CORTEX_M_HAS_DWT ` - \ :kconfig:`CPU_HAS_ARM_MPU ` - \ :kconfig:`PLATFORM_SPECIFIC_INIT ` - \ :kconfig:`CLOCK_CONTROL ` - \ :kconfig:`HAS_MCUX_IAP_LEGACY ` Kconfig definition ================== At ``/arm/nxp_lpc/lpc54xxx/Kconfig.soc:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration → LPC LPC54XXX MCU Selection .. code-block:: kconfig config SOC_LPC54114_M4 bool "SOC_LPC54114_M4" select CPU_CORTEX_M4 select CPU_CORTEX_M_HAS_DWT select CPU_HAS_ARM_MPU select PLATFORM_SPECIFIC_INIT select CLOCK_CONTROL select HAS_MCUX_IAP_LEGACY depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*