summaryrefslogtreecommitdiff
path: root/config/kernel_linux_headers_sanitised.in
blob: 820df6ed3d04b0fff90fa10e26df2ab5bed38efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
choice
    bool
    prompt "Linux headers version"

config KERNEL_SANITISED_V_2_6_7_0
    bool
    prompt "2.6.7.0"

config KERNEL_SANITISED_V_2_6_8_0
    bool
    prompt "2.6.8.0"

config KERNEL_SANITISED_V_2_6_8_1
    bool
    prompt "2.6.8.1"

config KERNEL_SANITISED_V_2_6_9_0
    bool
    prompt "2.6.9.0"

config KERNEL_SANITISED_V_2_6_9_1
    bool
    prompt "2.6.9.1"

config KERNEL_SANITISED_V_2_6_10_0
    bool
    prompt "2.6.10.0"

config KERNEL_SANITISED_V_2_6_11_0
    bool
    prompt "2.6.11.0"

config KERNEL_SANITISED_V_2_6_11_1
    bool
    prompt "2.6.11.1"

config KERNEL_SANITISED_V_2_6_11_2
    bool
    prompt "2.6.11.2"

config KERNEL_SANITISED_V_2_6_12_0
    bool
    prompt "2.6.12.0"

# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice

config KERNEL_VERSION
    string
    default "2.6.7.0" if KERNEL_SANITISED_V_2_6_7_0
    default "2.6.8.0" if KERNEL_SANITISED_V_2_6_8_0
    default "2.6.8.1" if KERNEL_SANITISED_V_2_6_8_1
    default "2.6.9.0" if KERNEL_SANITISED_V_2_6_9_0
    default "2.6.9.1" if KERNEL_SANITISED_V_2_6_9_1
    default "2.6.10.0" if KERNEL_SANITISED_V_2_6_10_0
    default "2.6.11.0" if KERNEL_SANITISED_V_2_6_11_0
    default "2.6.11.1" if KERNEL_SANITISED_V_2_6_11_1
    default "2.6.11.2" if KERNEL_SANITISED_V_2_6_11_2
    default "2.6.12.0" if KERNEL_SANITISED_V_2_6_12_0
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!