diff options
Diffstat (limited to 'src/soc/mediatek/common/Kconfig')
-rw-r--r-- | src/soc/mediatek/common/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/Kconfig b/src/soc/mediatek/common/Kconfig index 62934dab05..1352a8c42a 100644 --- a/src/soc/mediatek/common/Kconfig +++ b/src/soc/mediatek/common/Kconfig @@ -77,4 +77,11 @@ config PMIF_SPMI_IOCFG_DEFAULT_SETTING For SoCs where IO pins default to PMIF_SPMI mode, enable this option to skip software PMIF_SPMI IO pins configuration. +config DEVAPC_DEBUG + bool + default n + help + When this option is enabled, the DEVAPC driver prints the settings after + initialization. + endif |