Config.in.host 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. config BR2_PACKAGE_HOST_LINUX_HEADERS
  2. bool
  3. comment "Kernel Header Options"
  4. choice
  5. prompt "Kernel Headers"
  6. default BR2_KERNEL_HEADERS_3_13
  7. help
  8. Select the version of kernel header files you wish to use.
  9. You must select the correct set of header files to match
  10. the kernel you intend to use on your target system.
  11. For the snapshot, you have to provide the
  12. linux-2.6.tar.bz2 tarball in your download dir.
  13. config BR2_KERNEL_HEADERS_3_0
  14. bool "Linux 3.0.x kernel headers"
  15. depends on !BR2_arc
  16. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
  17. config BR2_KERNEL_HEADERS_3_2
  18. bool "Linux 3.2.x kernel headers"
  19. depends on !BR2_arc
  20. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
  21. config BR2_KERNEL_HEADERS_3_4
  22. bool "Linux 3.4.x kernel headers"
  23. depends on !BR2_arc
  24. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
  25. config BR2_KERNEL_HEADERS_3_6
  26. bool "Linux 3.6.x kernel headers"
  27. depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
  28. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
  29. config BR2_KERNEL_HEADERS_3_7
  30. bool "Linux 3.7.x kernel headers"
  31. depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
  32. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
  33. config BR2_KERNEL_HEADERS_3_8
  34. bool "Linux 3.8.x kernel headers"
  35. depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
  36. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
  37. config BR2_KERNEL_HEADERS_3_9
  38. bool "Linux 3.9.x kernel headers"
  39. depends on BR2_DEPRECATED_SINCE_2013_11
  40. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
  41. config BR2_KERNEL_HEADERS_3_10
  42. bool "Linux 3.10.x kernel headers"
  43. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  44. config BR2_KERNEL_HEADERS_3_11
  45. bool "Linux 3.11.x kernel headers"
  46. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
  47. config BR2_KERNEL_HEADERS_3_12
  48. bool "Linux 3.12.x kernel headers"
  49. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
  50. config BR2_KERNEL_HEADERS_3_13
  51. bool "Linux 3.13.x kernel headers"
  52. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
  53. config BR2_KERNEL_HEADERS_VERSION
  54. bool "Manually specified Linux version"
  55. endchoice
  56. config BR2_DEFAULT_KERNEL_VERSION
  57. string "linux version"
  58. depends on BR2_KERNEL_HEADERS_VERSION
  59. help
  60. Specify the version you want to use.
  61. E.G.: 3.6.10
  62. choice
  63. bool "Custom kernel headers series"
  64. depends on BR2_KERNEL_HEADERS_VERSION
  65. default BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  66. help
  67. Set to the kernel headers series you manually set above.
  68. This is used to hide/show some packages that have strict
  69. requirements on the version of kernel headers.
  70. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13
  71. bool "3.13.x"
  72. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
  73. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12
  74. bool "3.12.x"
  75. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
  76. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_11
  77. bool "3.11.x"
  78. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
  79. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10
  80. bool "3.10.x"
  81. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  82. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9
  83. bool "3.9.x"
  84. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
  85. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8
  86. bool "3.8.x"
  87. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
  88. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_7
  89. bool "3.7.x"
  90. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
  91. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_6
  92. bool "3.6.x"
  93. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
  94. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_5
  95. bool "3.5.x"
  96. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
  97. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4
  98. bool "3.4.x"
  99. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
  100. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_3
  101. bool "3.3.x"
  102. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
  103. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_2
  104. bool "3.2.x"
  105. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
  106. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1
  107. bool "3.1.x"
  108. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
  109. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0
  110. bool "3.0.x"
  111. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
  112. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  113. bool "2.6.x"
  114. endchoice
  115. config BR2_DEFAULT_KERNEL_HEADERS
  116. string
  117. default "3.0.101" if BR2_KERNEL_HEADERS_3_0
  118. default "3.2.55" if BR2_KERNEL_HEADERS_3_2
  119. default "3.4.84" if BR2_KERNEL_HEADERS_3_4
  120. default "3.6.11" if BR2_KERNEL_HEADERS_3_6
  121. default "3.7.10" if BR2_KERNEL_HEADERS_3_7
  122. default "3.8.13" if BR2_KERNEL_HEADERS_3_8
  123. default "3.9.11" if BR2_KERNEL_HEADERS_3_9
  124. default "3.10.34" if BR2_KERNEL_HEADERS_3_10
  125. default "3.11.10" if BR2_KERNEL_HEADERS_3_11
  126. default "3.12.15" if BR2_KERNEL_HEADERS_3_12
  127. default "3.13.7" if BR2_KERNEL_HEADERS_3_13
  128. default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION