| # SPDX-License-Identifier: GPL-2.0-only | |
| config MTK_ADSP_IPC | |
| tristate "MTK ADSP IPC Protocol driver" | |
| depends on MTK_ADSP_MBOX | |
| help | |
| Say yes here to add support for the MediaTek ADSP IPC | |
| between host AP (Linux) and the firmware running on ADSP. | |
| ADSP exists on some mtk processors. | |
| Client might use shared memory to exchange information with ADSP side. |