1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2017 Synopsys 3 4if((CONFIG_BOARD_EM_STARTERKIT_EMSK_EM9D OR CONFIG_BOARD_EM_STARTERKIT_EMSK_EM11D) AND "${BOARD_REVISION}" STREQUAL "2.2") 5 message(FATAL_ERROR "Board revision 2.2 is not supported for this SoC") 6endif() 7 8zephyr_sources(pmodmux.c) 9zephyr_sources_ifdef(CONFIG_ARC_MPU_ENABLE arc_mpu_regions.c) 10