Kconfig 326 B

123456789
  1. config MTK_ATF_LOGGER
  2. bool "atf logger kernel part"
  3. depends on ARM_PSCI || ARM64
  4. default y
  5. help
  6. ATF (Arm Trusted Firmwear) that designed by Mediatek is a logger
  7. which can read log from ATF.
  8. It provide a /proc interface for user space process to read and
  9. can be dump in some special cases(eg. kernel exception)