config/tools/libelf.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Nov 13 17:55:16 2008 +0000 (2008-11-13)
changeset 1040 dc17e615de2c
parent 975 c43713a3bf7e
child 1439 2fbb4aea2a88
permissions -rw-r--r--
Merge 1199 and 1200 from /devel/YEM-build_host_target_cleanup:
- Allow hand-indentation in the kconfig prompts
- Start documenting the kconfig deviations from the kernel's version

/trunk/kconfig/menu.c | 10 8 2 0 ++++++++--
/trunk/docs/overview.txt | 6 6 0 0 ++++++
2 files changed, 14 insertions(+), 2 deletions(-)
yann@245
     1
# libelf config file
yann@245
     2
yann@916
     3
config TOOL_libelf
yann@245
     4
    help
yann@245
     5
      libelf lets you read, modify or create ELF files in an
yann@245
     6
      architecture-independent way.
yann@245
     7
yann@245
     8
choice
yann@245
     9
    bool
yann@245
    10
    prompt "libelf version"
yann@245
    11
yann@369
    12
config LIBELF_V_0_8_10
yann@369
    13
    bool
yann@369
    14
    prompt "0.8.10"
yann@369
    15
yann@245
    16
# CT_INSERT_VERSION_ABOVE
yann@245
    17
# Don't remove above line!
yann@245
    18
endchoice
yann@245
    19
yann@245
    20
config LIBELF_VERSION
yann@245
    21
    string
yann@369
    22
    default "0.8.10" if LIBELF_V_0_8_10
yann@245
    23
# CT_INSERT_VERSION_STRING_ABOVE
yann@245
    24
# Don't remove above line!