Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-01 | kmemcheck: depend on HAVE_ARCH_KMEMCHECK | Sebastian Andrzej Siewior | 1 | -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-15 | kmemcheck: make kconfig accessible for other architectures | Pekka Enberg | 1 | -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]> |