+1
−0
+0
−88
+2
−0
lib/Kconfig.kmemcheck
0 → 100644
+91
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The Kconfig options of kmemcheck are hidden under arch/x86 which makes porting to other architectures harder. To fix that, move the Kconfig bits to lib/Kconfig.kmemcheck and introduce a CONFIG_HAVE_ARCH_KMEMCHECK config option that architectures can define. Signed-off-by:Pekka Enberg <penberg@cs.helsinki.fi> [rebased for mainline inclusion] Signed-off-by:
Vegard Nossum <vegard.nossum@gmail.com>