xref: /aosp_15_r20/external/coreboot/src/soc/qualcomm/common/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_QUALCOMM_COMMON
4	bool
5	default n
6	help
7	  Selected by platforms that use the common code.
8
9if SOC_QUALCOMM_COMMON
10
11config QC_SDI_ENABLE
12	bool
13	default n
14	prompt "Debug Build: enable SDI"
15
16endif
17