diff options
Diffstat (limited to 'src/soc/qualcomm/common/Kconfig')
-rw-r--r-- | src/soc/qualcomm/common/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/qualcomm/common/Kconfig b/src/soc/qualcomm/common/Kconfig index f3d12629fb..8a1f6d62fd 100644 --- a/src/soc/qualcomm/common/Kconfig +++ b/src/soc/qualcomm/common/Kconfig @@ -1,5 +1,15 @@ +config SOC_QUALCOMM_COMMON + bool + default n + help + Selected by platforms that use the common code. + +if SOC_QUALCOMM_COMMON + config QC_SDI_ENABLE bool default n prompt "Debug Build: enable SDI" + +endif |