14d004d5b5
Add hidden configuration for RCUTORTURE module so they can be enabled through GKI_HIDDEN configurations required for some debug related defconfigs. Bug: 191628908 Change-Id: I3f0056fa22b01902ff2b0a6d2edae4fafbc8aa86 Signed-off-by: Elliot Berman <eberman@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org> Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
config GKI_HIDDEN_RCUTORTURE
|
|
bool
|
|
select TASKS_RUDE_RCU
|
|
|
|
config GKI_HACKS_FOR_DEBUG_CONFIG
|
|
bool "GKI Dummy config options for debug configurations"
|
|
select TRACE_PREEMPT_TOGGLE
|
|
select TRACE_IRQFLAGS
|
|
select GKI_HIDDEN_RCUTORTURE
|