:orphan: .. title:: SOC_LPC55S28 .. option:: CONFIG_SOC_LPC55S28 *SOC\_LPC55S28 M33* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M33 ` - \ :option:`CPU_HAS_ARM_SAU ` - \ :option:`CPU_HAS_ARM_MPU ` - \ :option:`CPU_HAS_FPU ` - \ :option:`ARMV8_M_DSP ` - \ :option:`ARM_TRUSTZONE_M ` - \ :option:`CLOCK_CONTROL ` - \ :option:`HAS_MCUX_IAP ` - \ :option:`HAS_MCUX_LPADC ` - \ :option:`HAS_MCUX_LPC_DMA ` Kconfig definition ================== At ``/arm/nxp_lpc/lpc55xxx/Kconfig.soc:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration → LPC5500 Series MCU Selection .. code-block:: kconfig config SOC_LPC55S28 bool "SOC_LPC55S28 M33" select CPU_CORTEX_M33 select CPU_HAS_ARM_SAU select CPU_HAS_ARM_MPU select CPU_HAS_FPU select ARMV8_M_DSP select ARM_TRUSTZONE_M select CLOCK_CONTROL select HAS_MCUX_IAP select HAS_MCUX_LPADC select HAS_MCUX_LPC_DMA depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*