kernel-brax3-ubuntu-touch/drivers/misc/mediatek/subpmic/Kconfig
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

25 lines
777 B
Text

config MTK_SUBPMIC_MISC
tristate "Mediatek Subpmic Miscellaneous"
help
Enable to support Mediatek subpmic miscellaneous functions.
For example, customized debugfs for different chips.
Other platform dependent operations,
e.g., communication between modem and AP.
config MTK_SUBPMIC_DEBUGFS
tristate "Mediatek Subpmic Debugfs"
depends on DEBUG_FS
help
Enable to support Mediatek Submic Debugfs
Say Y here to create debugfs node in
/d/ext_dev_io/ folder
Say N here to disable
config SUBPMIC_DBG
tristate "Mediatek subpmic Debug core"
depends on MTK_SUBPMIC_MISC
help
Say Y here to enable Mediatek subpmic debug support.
Say N here to disable.
Provide Read/Write interface by debugfs ext_dev_io.
Also support multiple size condition.