1# Copyright (C) 2023 BeagleBoard.org Foundation
2# Copyright (C) 2023 S Prashanth
3#
4# SPDX-License-Identifier: Apache-2.0
5
6if CPU_CORTEX_R5
7
8config VIM
9	bool "TI Vectored Interrupt Manager"
10	default y
11	depends on DT_HAS_TI_VIM_ENABLED
12	help
13		The TI Vectored Interrupt Manager provides hardware assistance for prioritizing
14		and aggregating the interrupt sources for ARM Cortex-R5 processor cores.
15
16endif # CPU_CORTEX_R5
17