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