mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-04 15:30:24 +00:00
9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
config MTK_ATF_LOGGER
|
|
tristate "atf logger kernel driver"
|
|
depends on HAVE_ARM_SMCCC && ARCH_MEDIATEK && OF
|
|
help
|
|
ARM Trusted Firmwear Logger which is designed by Mediatek.
|
|
The logger provide a /proc interface for reading from
|
|
user space. We can obtain live TF-A log through
|
|
atf logger driver
|