config/companion_libs/isl.in
author Zhenqiang Chen <zhenqiang.chen@linaro.org>
Mon Dec 30 23:15:02 2013 +0100 (2013-12-30)
changeset 3261 3b61be3d7aa6
child 3288 41d8cd8250c9
permissions -rw-r--r--
kernel/linux: prepare for arch whose kenel name is not the standard name

For some architectures, the kernel architecture name is not the common
name of the architecture for other tools.

For example: ARM 64-bit is commonly referenced as aarch64, but the kernel
calls it arm64.

Signed-off-by: Michael Hope <michael.hope@linaro.org>
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
[yann.morin.1998@free.fr: split out of the aarch64 patch]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
yann@3216
     1
# ISL options
yann@3216
     2
yann@3216
     3
choice
yann@3216
     4
    bool
yann@3216
     5
    prompt "ISL version"
yann@3216
     6
# Don't remove next line
yann@3216
     7
# CT_INSERT_VERSION_BELOW
yann@3216
     8
yann@3216
     9
config ISL_V_0_11_1
yann@3216
    10
    bool
yann@3216
    11
    prompt "0.11.1"
yann@3216
    12
yann@3216
    13
endchoice
yann@3216
    14
yann@3216
    15
config ISL_VERSION
yann@3216
    16
    string
yann@3216
    17
# Don't remove next line
yann@3216
    18
# CT_INSERT_VERSION_STRING_BELOW
yann@3216
    19
    default "0.11.1" if ISL_V_0_11_1