aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/Kconfig')
-rw-r--r--src/soc/mediatek/common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/Kconfig b/src/soc/mediatek/common/Kconfig
index ab24617d86..754c0da580 100644
--- a/src/soc/mediatek/common/Kconfig
+++ b/src/soc/mediatek/common/Kconfig
@@ -40,4 +40,10 @@ config DPM_FOUR_CHANNEL
help
This option enables four channel configuration for DPM.
+config MTK_DFD
+ bool
+ default n
+ help
+ This option enables DFD (Design for Debug) settings.
+
endif