The livepatch selftest scripts turn on dynamic_debug of livepatch
kernel source to determine expected behavior. TEST_LIVEPATCH should
therefore include DYNAMIC_DEBUG in its list of dependencies.
Signed-off-by: Joe Lawrence <[email protected]>
Acked-by: Miroslav Benes <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
config TEST_LIVEPATCH
tristate "Test livepatching"
default n
+ depends on DYNAMIC_DEBUG
depends on LIVEPATCH
depends on m
help