| # SPDX-License-Identifier: GPL-2.0 | |
| config AMLOGIC_ANDROID_LOGGER | |
| tristate "Android log driver" | |
| default n | |
| help | |
| This adds support for system-wide logging using four log buffers. | |
| These are: | |
| 1: main | |
| 2: events | |
| 3: radio | |
| 4: system | |
| Log reading and writing is performed via normal Linux reads and | |
| optimized writes. This optimization avoids logging having too | |
| much overhead in the system. |