diff options
Diffstat (limited to 'src/soc/qualcomm/common/Kconfig')
-rw-r--r-- | src/soc/qualcomm/common/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/qualcomm/common/Kconfig b/src/soc/qualcomm/common/Kconfig new file mode 100644 index 0000000000..f3d12629fb --- /dev/null +++ b/src/soc/qualcomm/common/Kconfig @@ -0,0 +1,5 @@ + +config QC_SDI_ENABLE + bool + default n + prompt "Debug Build: enable SDI" |