mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 13:15:21 +00:00
CONFIG_HAS_MCUX is also selected by ARM64 and XTENSA-based cores which don't have any CMSIS files. As such, it's wrong to implicitly select CONFIG_HAS_CMSIS_CORE when CONFIG_HAS_MCUX is selected. Since the ARM32-based cores implicitly select CONFIG_HAS_CMSIS_CORE there's no point in CONFIG_HAS_MCUX also selecting it too. The old approach caused config-related warnings in external projects such as SOF after the introduction of Commit '8d5ed53' ("modules: remove uncessary source for external cmsis kconfig"). The warnings were in the form of: "HAS_CMSIS_CORE (defined at modules/cmsis/Kconfig:7) has direct dependencies 0 with value n ..." Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> |
||
---|---|---|
.. | ||
acpica | ||
canopennode | ||
cmsis | ||
cmsis-dsp | ||
cmsis-nn | ||
fatfs | ||
hal_ambiq | ||
hal_ethos_u | ||
hal_gigadevice | ||
hal_infineon | ||
hal_nordic | ||
hal_nxp | ||
hal_rpi_pico | ||
liblc3 | ||
littlefs | ||
loramac-node | ||
lvgl | ||
lz4 | ||
mbedtls | ||
nanopb | ||
openthread | ||
percepio | ||
segger | ||
tflite-micro | ||
thrift | ||
trusted-firmware-a | ||
trusted-firmware-m | ||
uoscore-uedhoc | ||
zcbor | ||
Kconfig | ||
Kconfig.altera | ||
Kconfig.atmel | ||
Kconfig.chre | ||
Kconfig.cypress | ||
Kconfig.eos_s3 | ||
Kconfig.esp32 | ||
Kconfig.imx | ||
Kconfig.infineon | ||
Kconfig.intel | ||
Kconfig.libmetal | ||
Kconfig.mcuboot | ||
Kconfig.mcux | ||
Kconfig.microchip | ||
Kconfig.nuvoton | ||
Kconfig.nxp_s32 | ||
Kconfig.open-amp | ||
Kconfig.picolibc | ||
Kconfig.silabs | ||
Kconfig.simplelink | ||
Kconfig.sof | ||
Kconfig.st | ||
Kconfig.stm32 | ||
Kconfig.sysbuild | ||
Kconfig.syst | ||
Kconfig.telink | ||
Kconfig.tinycrypt | ||
Kconfig.vega | ||
Kconfig.wurthelektronik | ||
Kconfig.xtensa | ||
modules.cmake |