Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

choice
	prompt "ARC nSIM SoC Selection"
	default SOC_NSIM_EM
	depends on SOC_NSIM

config SOC_NSIM_EM
	bool "Synopsys ARC EM in nSIM"
	select CPU_HAS_MPU
	select CPU_HAS_FPU

config SOC_NSIM_SEM
	bool "Synopsys ARC SEM in nSIM"
	select CPU_HAS_MPU
	select CPU_HAS_FPU
	select ARC_HAS_SECURE

config SOC_NSIM_HS
	bool "Synopsys ARC HS in nSIM"
	select CPU_HAS_FPU

config SOC_NSIM_HS_SMP
	bool "Multi-core Synopsys ARC HS in nSIM"
	select CPU_HAS_FPU

endchoice