1# Copyright (c) 2024 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_CORTEX_R8_VIRTUAL
5	bool
6	help
7	  Cortex R8 Virtual system implementation
8
9config SOC
10	default "cortex_r8_virtual" if SOC_CORTEX_R8_VIRTUAL
11