mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-05 12:50:27 +00:00
18 lines
507 B
Plaintext
18 lines
507 B
Plaintext
config MTK_DEVMPU
|
|
tristate "MTK Device MPU driver"
|
|
help
|
|
Device MPU is a kernel driver providing
|
|
non-continuous memory protection in the
|
|
2MB granularity.
|
|
This driver is combined with SUB, ACP of
|
|
Device MPU in the platfom.
|
|
|
|
config MTK_DEVMPU_DEBUG
|
|
bool "MTK Device MPU debug mechanism"
|
|
depends on MTK_DEVMPU
|
|
help
|
|
Enable debug mechanism of Device MPU driver.
|
|
You would use it to confirm Device MPU correctly.
|
|
Say Y if you would like to enable debug mechanism.
|
|
If unsure, say N.
|