zephyr/modules
Andrzej Głąbek 8d7fee4e4a modules/Kconfig.nordic: Do not select HAS_CMSIS_CORE through HAS_NRFX
The HAS_NRFX Kconfig option is selected also for the nrf52_bsim board,
where the nrfx drivers are compiled for a simulated target, without
CMSIS. Thus, selecting HAS_CMSIS_CORE in such case is inappropriate.
This patch removes then the selection of the HAS_CMSIS_CORE option from
HAS_NRFX. When the nrfx drivers are built for a real SoC, where CMSIS
is actually used, the option will get selected by the CPU_CORTEX_M one.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-09-23 17:12:01 +02:00
..
Kconfig
Kconfig.altera
Kconfig.atmel
Kconfig.canopennode
Kconfig.civetweb
Kconfig.cmsis
Kconfig.cmsis_dsp
Kconfig.cypress
Kconfig.eos_s3
Kconfig.imx
Kconfig.infineon
Kconfig.libmetal
Kconfig.loramac-node
Kconfig.mbedtls
Kconfig.mcux
Kconfig.microchip
Kconfig.nordic
Kconfig.nuvoton
Kconfig.open-amp
Kconfig.silabs
Kconfig.simplelink
Kconfig.st
Kconfig.stm32
Kconfig.syst
Kconfig.tfm
Kconfig.tinycbor
Kconfig.tinycrypt
Kconfig.tls-generic
Kconfig.vega
Kconfig.xtensa