config/kernel/linux_headers_copy.in
changeset 448 08da017ba46b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/kernel/linux_headers_copy.in	Thu Apr 17 21:04:23 2008 +0000
     1.3 @@ -0,0 +1,42 @@
     1.4 +choice
     1.5 +    bool
     1.6 +    prompt "Linux kernel version"
     1.7 +
     1.8 +config KERNEL_COPY_V_2_4_26
     1.9 +    bool
    1.10 +    prompt "2.4.26"
    1.11 +
    1.12 +config KERNEL_COPY_V_2_6_5
    1.13 +    bool
    1.14 +    prompt "2.6.5"
    1.15 +
    1.16 +config KERNEL_COPY_V_2_6_6
    1.17 +    bool
    1.18 +    prompt "2.6.6"
    1.19 +
    1.20 +config KERNEL_COPY_V_2_6_7
    1.21 +    bool
    1.22 +    prompt "2.6.7"
    1.23 +
    1.24 +config KERNEL_COPY_V_2_6_8
    1.25 +    bool
    1.26 +    prompt "2.6.8"
    1.27 +
    1.28 +config KERNEL_COPY_V_2_6_11_3
    1.29 +    bool
    1.30 +    prompt "2.6.11.3"
    1.31 +    depends on KERNEL_VERSION_SEE_EXTRAVERSION
    1.32 +
    1.33 +# CT_INSERT_VERSION_ABOVE
    1.34 +# Don't remove above line!
    1.35 +endchoice
    1.36 +
    1.37 +config KERNEL_VERSION
    1.38 +    string
    1.39 +    default "2.6.5" if KERNEL_COPY_V_2_6_5
    1.40 +    default "2.6.6" if KERNEL_COPY_V_2_6_6
    1.41 +    default "2.6.7" if KERNEL_COPY_V_2_6_7
    1.42 +    default "2.6.8" if KERNEL_COPY_V_2_6_8
    1.43 +    default "2.6.11.3" if KERNEL_COPY_V_2_6_11_3
    1.44 +# CT_INSERT_VERSION_STRING_ABOVE
    1.45 +# Don't remove above line!