config/debug/dmalloc.in
author Joachim Nilsson <jocke@vmlinux.org>
Thu Jan 07 19:28:28 2010 +0100 (2010-01-07)
changeset 1702 eff73d8f3ce2
parent 1535 073d351bdcd3
child 1844 4d6a56579d9d
permissions -rw-r--r--
kernel/linux: add support for latest versions

This patch adds support for the latest Linux 2.6.32.3 kernel.

Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>
[yann.morin.1998@anciens.enib.fr: keep only one long-term stable]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 # dmalloc debug facility
     2 
     3 config DEBUG_dmalloc
     4     bool
     5 
     6 choice
     7     bool
     8     prompt "dmalloc version"
     9 # Don't remove next line
    10 # CT_INSERT_VERSION_BELOW
    11 
    12 config DMALLOC_V_5_5_2
    13     bool
    14     prompt "5.5.2"
    15 
    16 endchoice
    17 
    18 config DMALLOC_VERSION
    19     string
    20 # Don't remove next line
    21 # CT_INSERT_VERSION_STRING_BELOW
    22     default "5.5.2" if DMALLOC_V_5_5_2