aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.kmemcheck
AgeCommit message (Collapse)AuthorFilesLines
2009-07-01kmemcheck: depend on HAVE_ARCH_KMEMCHECKSebastian Andrzej Siewior1-0/+3
to make it selectable if it is available. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Acked-by: Pekka Enberg <[email protected]> Signed-off-by: Vegard Nossum <[email protected]>
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg1-0/+91
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 <[email protected]> [rebased for mainline inclusion] Signed-off-by: Vegard Nossum <[email protected]>