config/kernel/linux.in
changeset 1337 7f742f73c2d1
parent 1325 82d5bd04b320
child 1345 27fec561af53
     1.1 --- a/config/kernel/linux.in	Thu May 07 18:53:49 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Wed May 13 20:55:15 2009 +0000
     1.3 @@ -4,250 +4,3 @@
     1.4      help
     1.5        Build a toolchain targeting systems running Linux as a kernel.
     1.6  
     1.7 -choice
     1.8 -    bool
     1.9 -    prompt "Get kernel headers from:"
    1.10 -
    1.11 -config KERNEL_LINUX_INSTALL
    1.12 -    bool
    1.13 -    prompt "kernel's 'headers_install'"
    1.14 -    help
    1.15 -      This will make use of the new headers_install rule in recent kernels.
    1.16 -      This is most probably what you want to use.
    1.17 -
    1.18 -if KERNEL_LINUX_INSTALL
    1.19 -
    1.20 -config KERNEL_LINUX_INSTALL_CHECK
    1.21 -    bool
    1.22 -    prompt "Check installed headers"
    1.23 -    default y
    1.24 -    help
    1.25 -      If you are in doubt that installed headers are buggy, say 'Y'
    1.26 -      here to have an extra check passed onto the headers.
    1.27 -
    1.28 -choice
    1.29 -    bool
    1.30 -    prompt "Linux kernel version"
    1.31 -
    1.32 -config KERNEL_V_2_6_18_8
    1.33 -    bool
    1.34 -    prompt "2.6.18.8 (OBSOLETE)"
    1.35 -    depends on OBSOLETE
    1.36 -
    1.37 -config KERNEL_V_2_6_19_7
    1.38 -    bool
    1.39 -    prompt "2.6.19.7 (OBSOLETE)"
    1.40 -    depends on OBSOLETE
    1.41 -
    1.42 -config KERNEL_V_2_6_20_21
    1.43 -    bool
    1.44 -    prompt "2.6.20.21 (OBSOLETE)"
    1.45 -    depends on OBSOLETE
    1.46 -
    1.47 -config KERNEL_V_2_6_21_7
    1.48 -    bool
    1.49 -    prompt "2.6.21.7 (OBSOLETE)"
    1.50 -    depends on OBSOLETE
    1.51 -
    1.52 -config KERNEL_V_2_6_22_19
    1.53 -    bool
    1.54 -    prompt "2.6.22.19 (OBSOLETE)"
    1.55 -    depends on OBSOLETE
    1.56 -
    1.57 -config KERNEL_V_2_6_23_17
    1.58 -    bool
    1.59 -    prompt "2.6.23.17 (OBSOLETE)"
    1.60 -    depends on OBSOLETE
    1.61 -
    1.62 -config KERNEL_V_2_6_24_7
    1.63 -    bool
    1.64 -    prompt "2.6.24.7 (OBSOLETE)"
    1.65 -    depends on OBSOLETE
    1.66 -
    1.67 -config KERNEL_V_2_6_25_20
    1.68 -    bool
    1.69 -    prompt "2.6.25.20 (OBSOLETE)"
    1.70 -    depends on OBSOLETE
    1.71 -
    1.72 -config KERNEL_V_2_6_26_8
    1.73 -    bool
    1.74 -    prompt "2.6.26.8 (OBSOLETE)"
    1.75 -    depends on OBSOLETE
    1.76 -
    1.77 -config KERNEL_V_2_6_27_22
    1.78 -    bool
    1.79 -    prompt "2.6.27.22 (OBSOLETE)"
    1.80 -    depends on OBSOLETE
    1.81 -
    1.82 -config KERNEL_V_2_6_28
    1.83 -    bool
    1.84 -    prompt "2.6.28"
    1.85 -
    1.86 -config KERNEL_V_2_6_28_1
    1.87 -    bool
    1.88 -    prompt "2.6.28.1"
    1.89 -
    1.90 -config KERNEL_V_2_6_28_2
    1.91 -    bool
    1.92 -    prompt "2.6.28.2"
    1.93 -
    1.94 -config KERNEL_V_2_6_28_3
    1.95 -    bool
    1.96 -    prompt "2.6.28.3"
    1.97 -
    1.98 -config KERNEL_V_2_6_28_4
    1.99 -    bool
   1.100 -    prompt "2.6.28.4"
   1.101 -
   1.102 -config KERNEL_V_2_6_28_5
   1.103 -    bool
   1.104 -    prompt "2.6.28.5"
   1.105 -
   1.106 -config KERNEL_V_2_6_28_6
   1.107 -    bool
   1.108 -    prompt "2.6.28.6"
   1.109 -
   1.110 -config KERNEL_V_2_6_28_7
   1.111 -    bool
   1.112 -    prompt "2.6.28.7"
   1.113 -
   1.114 -config KERNEL_V_2_6_28_8
   1.115 -    bool
   1.116 -    prompt "2.6.28.8"
   1.117 -
   1.118 -config KERNEL_V_2_6_28_9
   1.119 -    bool
   1.120 -    prompt "2.6.28.9"
   1.121 -
   1.122 -config KERNEL_V_2_6_28_10
   1.123 -    bool
   1.124 -    prompt "2.6.28.10"
   1.125 -
   1.126 -config KERNEL_V_2_6_29
   1.127 -    bool
   1.128 -    prompt "2.6.29"
   1.129 -
   1.130 -config KERNEL_V_2_6_29_1
   1.131 -    bool
   1.132 -    prompt "2.6.29.1"
   1.133 -
   1.134 -config KERNEL_V_2_6_29_2
   1.135 -    bool
   1.136 -    prompt "2.6.29.2"
   1.137 -
   1.138 -# CT_INSERT_VERSION_ABOVE
   1.139 -# Don't remove above line!
   1.140 -
   1.141 -config KERNEL_V_select
   1.142 -    bool
   1.143 -    prompt "Other version (EXPERIMENTAL)"
   1.144 -    depends on EXPERIMENTAL
   1.145 -
   1.146 -endchoice
   1.147 -
   1.148 -config KERNEL_VERSION
   1.149 -    string
   1.150 -    prompt "Kernel version" if KERNEL_V_select
   1.151 -    default "2.6.18.8" if KERNEL_V_2_6_18_8
   1.152 -    default "2.6.19.7" if KERNEL_V_2_6_19_7
   1.153 -    default "2.6.20.21" if KERNEL_V_2_6_20_21
   1.154 -    default "2.6.21.7" if KERNEL_V_2_6_21_7
   1.155 -    default "2.6.22.19" if KERNEL_V_2_6_22_19
   1.156 -    default "2.6.23.17" if KERNEL_V_2_6_23_17
   1.157 -    default "2.6.24.7" if KERNEL_V_2_6_24_7
   1.158 -    default "2.6.25.20" if KERNEL_V_2_6_25_20
   1.159 -    default "2.6.26.8" if KERNEL_V_2_6_26_8
   1.160 -    default "2.6.27.22" if KERNEL_V_2_6_27_22
   1.161 -    default "2.6.28" if KERNEL_V_2_6_28
   1.162 -    default "2.6.28.1" if KERNEL_V_2_6_28_1
   1.163 -    default "2.6.28.2" if KERNEL_V_2_6_28_2
   1.164 -    default "2.6.28.3" if KERNEL_V_2_6_28_3
   1.165 -    default "2.6.28.4" if KERNEL_V_2_6_28_4
   1.166 -    default "2.6.28.5" if KERNEL_V_2_6_28_5
   1.167 -    default "2.6.28.6" if KERNEL_V_2_6_28_6
   1.168 -    default "2.6.28.7" if KERNEL_V_2_6_28_7
   1.169 -    default "2.6.28.8" if KERNEL_V_2_6_28_8
   1.170 -    default "2.6.28.9" if KERNEL_V_2_6_28_9
   1.171 -    default "2.6.28.10" if KERNEL_V_2_6_28_10
   1.172 -    default "2.6.29" if KERNEL_V_2_6_29
   1.173 -    default "2.6.29.1" if KERNEL_V_2_6_29_1
   1.174 -    default "2.6.29.2" if KERNEL_V_2_6_29_2
   1.175 -# CT_INSERT_VERSION_STRING_ABOVE
   1.176 -# Don't remove above line!
   1.177 -    help
   1.178 -      Enter here the kernel version you want to use, if it is
   1.179 -      not listed above. Something like V.P.S or V.P.S.E, where:
   1.180 -        V: VERSION
   1.181 -        P: PATCHLEVEL
   1.182 -        S: SUBLEVEL
   1.183 -        E: EXTRAVERSION
   1.184 -
   1.185 -choice
   1.186 -    bool
   1.187 -    prompt "Kernel verbosity:"
   1.188 -    default KERNEL_LINUX_VERBOSITY_0
   1.189 -
   1.190 -config KERNEL_LINUX_VERBOSITY_0
   1.191 -    bool
   1.192 -    prompt "Simplified"
   1.193 -    help
   1.194 -      Print simplified command lines.
   1.195 -
   1.196 -config KERNEL_LINUX_VERBOSITY_1
   1.197 -    bool
   1.198 -    prompt "Full commands"
   1.199 -    help
   1.200 -      Print full command lines.
   1.201 -
   1.202 -config KERNEL_LINUX_VERBOSITY_2
   1.203 -    bool
   1.204 -    prompt "Exec reasons"
   1.205 -    help
   1.206 -      Print the reasons why a make target is rebuild.
   1.207 -
   1.208 -endchoice
   1.209 -
   1.210 -config KERNEL_LINUX_VERBOSE_LEVEL
   1.211 -    int
   1.212 -    default 0 if KERNEL_LINUX_VERBOSITY_0
   1.213 -    default 1 if KERNEL_LINUX_VERBOSITY_1
   1.214 -    default 2 if KERNEL_LINUX_VERBOSITY_2
   1.215 -
   1.216 -endif
   1.217 -
   1.218 -config KERNEL_LINUX_USE_CUSTOM_HEADERS
   1.219 -    bool
   1.220 -    prompt "Use custom headers"
   1.221 -    help
   1.222 -      If you have some kernel headers lying around, you can enter the path
   1.223 -      below.
   1.224 -
   1.225 -if KERNEL_LINUX_USE_CUSTOM_HEADERS
   1.226 -
   1.227 -config KERNEL_LINUX_CUSTOM_IS_TARBALL
   1.228 -    bool
   1.229 -    prompt "This is a tarball"
   1.230 -    default n
   1.231 -    help
   1.232 -      If you say 'n' here, the path below is expected to point to a directory
   1.233 -      containing readily prepared headers
   1.234 -      
   1.235 -      If you say 'y' here, then the path below is expected to point to a
   1.236 -      tarball of such a directory.
   1.237 -      
   1.238 -      Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
   1.239 -      say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
   1.240 -      
   1.241 -      Now, passing a tarball around is easier than passing a directory, so
   1.242 -      if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
   1.243 -      say 'y' here, and enter the path to this tarball below.
   1.244 -
   1.245 -config KERNEL_LINUX_CUSTOM_PATH
   1.246 -    string
   1.247 -    prompt "Path to custom headers directory/tarball"
   1.248 -    help
   1.249 -      See KERNEL_LINUX_CUSTOM_IS_TARBALL, above.
   1.250 -
   1.251 -endif # KERNEL_LINUX_USE_CUSTOM_DIR
   1.252 -
   1.253 -endchoice