arch: riscv: imply XIP config pushed to SoC level

'imply XIP' pushed from arch/Kconfig/'config RISCV' to riscv SoCs Kconfig
files to allow riscv SoCs having XIP enabled (or not) at SoC level

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
Marcio Ribeiro 2024-08-29 17:59:43 -03:00 committed by Anas Nashif
commit cb583995b8
19 changed files with 19 additions and 1 deletions

View file

@ -7,6 +7,7 @@ config SOC_SERIES_MIV
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_PLIC
imply XIP
config SOC_MIV
select ATOMIC_OPERATIONS_BUILTIN

View file

@ -7,6 +7,7 @@ config SOC_SERIES_POLARFIRE
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_PLIC
imply XIP
config SOC_POLARFIRE
select 64BIT