diff options
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0298eb8eaa4e..0a3af2965ba0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1994,6 +1994,7 @@ config TEST_MEMCAT_P | |||
1994 | config TEST_LIVEPATCH | 1994 | config TEST_LIVEPATCH |
1995 | tristate "Test livepatching" | 1995 | tristate "Test livepatching" |
1996 | default n | 1996 | default n |
1997 | depends on DYNAMIC_DEBUG | ||
1997 | depends on LIVEPATCH | 1998 | depends on LIVEPATCH |
1998 | depends on m | 1999 | depends on m |
1999 | help | 2000 | help |