Re: [RFC 06/13] soc: mediatek: apu: Add apu core driver
From: Randy Dunlap <hidden>
Date: 2021-10-23 15:50:01
Also in:
dri-devel, linux-media, linux-mediatek, lkml
From: Randy Dunlap <hidden>
Date: 2021-10-23 15:50:01
Also in:
dri-devel, linux-media, linux-mediatek, lkml
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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel