Re: [RFC 06/13] soc: mediatek: apu: Add apu core driver

From: Randy Dunlap
Date: Sat Oct 23 2021 - 11:51:00 EST


Hi,

On 10/23/21 4:14 AM, Flora Fu wrote:
diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig
index d9bac2710494..074b0cf24c44 100644
--- a/drivers/soc/mediatek/Kconfig
+++ b/drivers/soc/mediatek/Kconfig
@@ -24,6 +24,24 @@ config MTK_APU_PM
APU power domain shall be enabled before accessing the
internal sub modules.
+config MTK_APU
+ tristate "MediaTek APUSYS Support"
+ select REGMAP
+ select MTK_APU_PM
+ select MTK_SCP
+ help
+ Say yes here to add support for the APU tinysys. The tinsys is

tinysys runs on

+ running on a micro processor in APU.

a microprocessor in the APU.

+ Its firmware is load and boot from Kernel side. Kernel and tinysys use

is loaded and booted

+ IPI to tx/rx messages.

to send/receive messages.

+
+config MTK_APU_DEBUG
+ tristate "MediaTek APUSYS debug functions"
+ depends on MTK_APU
+ help
+ Say yes here to enalbe debug on APUSYS.

enable

+ Disable it if you don't need them.


--
~Randy