test: force linktable enable on all builds

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index dbbcbb1..90401ea 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1,3 +1,6 @@
+config TEST_LINKTABLES
+	def_bool y
+
 menu "printk and dmesg options"
 
 config PRINTK_TIME
@@ -1839,11 +1842,6 @@
 	  This is intended to help people writing architecture-specific
 	  optimized versions.  If unsure, say N.
 
-config TEST_LINKTABLES
-	bool "Test linker table functionality"
-	default n
-	help
-	  Enable this option to test the kernel's linker table functionality.
 
 endmenu # runtime tests