kernel-brax3-ubuntu-touch/drivers/soc/mediatek/devapc/Kconfig
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

113 lines
3.2 KiB
Text

config MTK_DEVAPC
tristate "Mediatek Device APC Support"
help
Device APC is a kernel driver controlling internal device security.
If someone tries to access a device, which is not allowed by the
device, it cannot access the device and will get a violation
interrupt. Device APC prevents malicious access to internal devices.
config DEVAPC_ARCH_MULTI
tristate "Mediatek Device APC driver architecture multi"
help
Say yes here to enable support Mediatek
Device APC driver which is based on HW
architecture version 2.
This architecture supports multiple Infra AO.
config MTK_SERROR_HOOK
bool "Mediatek Slave Error Dump Hook Support"
help
Say yes here to enable support Mediatek
slave error dump which can see Device APC driver
violation log in case of slave error happened.
This is for debug purpose.
config DEVAPC_MT6835
tristate "Mediatek MT6835 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6835
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6853
tristate "Mediatek MT6853 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6853
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6873
tristate "Mediatek MT6873 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6873
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6879
tristate "Mediatek MT6879 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6879
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6886
tristate "Mediatek MT6886 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6886
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6893
tristate "Mediatek MT6893 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6893
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6895
tristate "Mediatek MT6895 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6895
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6983
tristate "Mediatek MT6983 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6983
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.
config DEVAPC_MT6985
tristate "Mediatek MT6985 Device APC driver"
select MTK_DEVAPC
select DEVAPC_ARCH_MULTI
help
Say yes here to enable support Mediatek MT6985
Device APC driver.
This driver is combined with DEVAPC_ARCH_MULTI for
common handle flow.