soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / soc / qualcomm / common / Kconfig
blobe0efc9a9871035cd8e15f98cd8f263f4368bcca6
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_QUALCOMM_COMMON
4         bool
5         default n
6         help
7           Selected by platforms that use the common code.
9 if SOC_QUALCOMM_COMMON
11 config QC_SDI_ENABLE
12         bool
13         default n
14         prompt "Debug Build: enable SDI"
16 endif