blob: e0efc9a9871035cd8e15f98cd8f263f4368bcca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## SPDX-License-Identifier: GPL-2.0-only
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
|