blob: 4594971be67f0411bf0bcda9e88a0a251f17da84 [file] [log] [blame]
# RISCV64_MIV Microchip Polarfire SOC configuration options
# Copyright (c) 2020-2021 Microchip Technology Inc
# SPDX-License-Identifier: Apache-2.0
choice
prompt "Microchip Polarfire SOC implementation"
depends on SOC_SERIES_RISCV64_MIV
config SOC_MPFS
bool "Microchip MPFS system implementation"
select ATOMIC_OPERATIONS_BUILTIN
select RISCV_GP
select USE_SWITCH_SUPPORTED
select USE_SWITCH
select CPU_HAS_FPU
select SCHED_IPI_SUPPORTED
endchoice
config MPFS_HAL
depends on SOC_MPFS
bool "Microchip Polarfire SOC hardware abstracton layer"
select HAS_MPFS_HAL