sched/walt: Make debug module depend on SCHED_WALT

sched-walt-debug module does not get compiled unless SCHED_WALT
config is turned on. However the config corresponding to the
debug module shows in menuconfig even without enabling SCHED_WALT.
Fix this by specifying the dependency in the Kconfig.

Change-Id: Ie466c0ca11bbcdec43af2624c3631ddff5c77024
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
Pavankumar Kondeti 2021-02-05 09:35:52 +05:30 committed by Rishabh Bhatnagar
parent 5d231eb1a8
commit aa5f4744ea

View File

@ -15,6 +15,7 @@ config SCHED_WALT
config SCHED_WALT_DEBUG
tristate "WALT debug module"
depends on SCHED_WALT
select TRACE_PREEMPT_TOGGLE
select TRACE_IRQFLAGS
help