mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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:
parent
5d231eb1a8
commit
aa5f4744ea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user