Allow IRQs to work on every hart regardless of the mapping of the contexts. Add a test to validate the hart-context mapping. Signed-off-by: Yong Cong Sin <ycsin@meta.com> Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
13 lines
292 B
Text
13 lines
292 B
Text
# Copyright (c) 2023 Antmicro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TEST_INTC_PLIC
|
|
bool
|
|
default y
|
|
help
|
|
Declare some intc_plic.c functions in the global scope for verification.
|
|
|
|
config TEST_INTC_PLIC_ALT_MAPPING
|
|
bool "Test alternate hartid - context mapping"
|
|
|
|
source "Kconfig"
|