mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
config MTK_SDA
|
|
bool "Mediatek System Debug Architecture"
|
|
help
|
|
SDA (System Debug Architecture) is designed by Mediatek to
|
|
provide utilities for critical information catching and analysis.
|
|
|
|
This select device drivers or pure software module which control
|
|
or use SDA utilities. Catching data are stored in the storage
|
|
of devices. Mediatek in-house tools are needed for reading the
|
|
data and analysis result.
|
|
|
|
if MTK_SDA
|
|
|
|
config MTK_CACHE_PARITY_CHECK
|
|
tristate "MediaTek CACHE PARITY CHECK"
|
|
help
|
|
This selects the device driver for the cache parity-check
|
|
module. The module detects errors or corrects errors of CPU
|
|
cache in the Mediatek SoC.
|
|
|
|
Enable this to get the report on detection or correction
|
|
of errors.
|
|
|
|
config MTK_BUS_PARITY_CHECK
|
|
tristate "MediaTek BUS PARITY CHECK"
|
|
help
|
|
This selects the device driver for the bus parity-check
|
|
module. The module detects errors of bus in the Mediatek SoC.
|
|
|
|
Enable this to get the report on detection or correction
|
|
of errors.
|
|
|
|
config MTK_IRQ_DBG
|
|
tristate "MediaTek IRQ dbg driver"
|
|
help
|
|
This selects the device driver for the interrupt
|
|
debug module. The module provides APIs of irq debug
|
|
in the Mediatek SoC.
|
|
|
|
Enable this to get the interrupt related APIs for
|
|
debugging only.
|
|
|
|
config MTK_DBGTOP
|
|
tristate "MTK DBGTOP driver"
|
|
help
|
|
This selects the Mediatek(R) dbgtop driver.
|
|
Provide APIs for interactions between debuggers
|
|
and some hardware modules.
|
|
|
|
config MTK_BTM_SUPPORT
|
|
tristate "MediaTek BUS TRACER MODULE Support"
|
|
help
|
|
BUS TRACER MODULE is a debugging feature to record the historical
|
|
information on bus. After rebooting, these information could
|
|
be dumped for debugging. It can also debug with watchpoint,
|
|
bypass, id, and rw filters
|
|
|
|
config MTK_BTM_V1
|
|
tristate "MediaTek BUS TRACER MODULE V1"
|
|
depends on MTK_BTM_SUPPORT
|
|
help
|
|
This kernel config can be used to enable
|
|
BTMv1 driver for specific plaforms.
|
|
It contains ap/infra/peri bus tracers.
|
|
It need to enable MTK_BTM_SUPPORT for basic functions.
|
|
endif
|