This commit adds the pfic interrupt controller driver for WCH CH32V003. Signed-off-by: Michael Hope <michaelh@juju.nz> Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
# Copyright (c) 2024 Michael Hope
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WCH_PFIC
|
|
bool "WCH Programmable Fast Interrupt Controller (PFIC)"
|
|
default y
|
|
depends on DT_HAS_WCH_PFIC_ENABLED
|
|
help
|
|
Interrupt controller for WCH PFIC.
|