config/debug.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 10 22:45:33 2011 +0200 (2011-05-10)
changeset 2451 d83221161129
parent 924 941294c6fcf1
permissions -rw-r--r--
kconfig: fix choice multi-display

In case a choices has different combinations, it can be displayed
more than once.

See the discussion thread on the linux-kbuild ML:
http://www.spinics.net/lists/linux-kbuild/msg04709.html

The fix applied here was proposed by Arnaud LACOMBE.
That fix, or a similar one, will probably be pushed upstream soon.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@924
     1
menu "Debug facilities"
yann@1870
     2
source "config.gen/debug.in"
yann@924
     3
endmenu