You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
335 B
10 lines
335 B
# Copyright 2023 The ChromiumOS Authors |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config INTC_MTK_ADSP |
|
bool "MediaTek Audio DSP Interrupt Controller" |
|
depends on SOC_FAMILY_MTK |
|
help |
|
Very simple cascaded interrupt controller consisting of two |
|
bitfield registers (status and enable) and one mask value |
|
defining valid interrupts.
|
|
|