zephyr/tests/drivers/interrupt_controller/intc_plic/Kconfig
Yong Cong Sin 475ff826d6 drivers: intc: plic: fix IRQ on every hart regardless of mapping
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>
2024-09-16 10:02:08 +02:00

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"