Config.in.host 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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_14
  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. config BR2_KERNEL_HEADERS_3_0
  12. bool "Linux 3.0.x kernel headers"
  13. depends on !BR2_arc
  14. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
  15. config BR2_KERNEL_HEADERS_3_2
  16. bool "Linux 3.2.x kernel headers"
  17. depends on !BR2_arc
  18. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
  19. config BR2_KERNEL_HEADERS_3_4
  20. bool "Linux 3.4.x kernel headers"
  21. depends on !BR2_arc
  22. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
  23. config BR2_KERNEL_HEADERS_3_6
  24. bool "Linux 3.6.x kernel headers"
  25. depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
  26. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
  27. config BR2_KERNEL_HEADERS_3_7
  28. bool "Linux 3.7.x kernel headers"
  29. depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
  30. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
  31. config BR2_KERNEL_HEADERS_3_8
  32. bool "Linux 3.8.x kernel headers"
  33. depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
  34. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
  35. config BR2_KERNEL_HEADERS_3_9
  36. bool "Linux 3.9.x kernel headers"
  37. depends on BR2_DEPRECATED_SINCE_2013_11
  38. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
  39. config BR2_KERNEL_HEADERS_3_10
  40. bool "Linux 3.10.x kernel headers"
  41. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  42. config BR2_KERNEL_HEADERS_3_11
  43. bool "Linux 3.11.x kernel headers"
  44. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
  45. config BR2_KERNEL_HEADERS_3_12
  46. bool "Linux 3.12.x kernel headers"
  47. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
  48. config BR2_KERNEL_HEADERS_3_13
  49. bool "Linux 3.13.x kernel headers"
  50. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
  51. config BR2_KERNEL_HEADERS_3_14
  52. bool "Linux 3.14.x kernel headers"
  53. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
  54. config BR2_KERNEL_HEADERS_VERSION
  55. bool "Manually specified Linux version"
  56. endchoice
  57. config BR2_DEFAULT_KERNEL_VERSION
  58. string "linux version"
  59. depends on BR2_KERNEL_HEADERS_VERSION
  60. help
  61. Specify the version you want to use.
  62. E.G.: 3.6.10
  63. choice
  64. bool "Custom kernel headers series"
  65. depends on BR2_KERNEL_HEADERS_VERSION
  66. default BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  67. help
  68. Set to the kernel headers series you manually set above.
  69. This is used to hide/show some packages that have strict
  70. requirements on the version of kernel headers.
  71. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14
  72. bool "3.14.x"
  73. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
  74. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13
  75. bool "3.13.x"
  76. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
  77. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12
  78. bool "3.12.x"
  79. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
  80. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_11
  81. bool "3.11.x"
  82. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
  83. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10
  84. bool "3.10.x"
  85. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  86. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9
  87. bool "3.9.x"
  88. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
  89. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8
  90. bool "3.8.x"
  91. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
  92. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_7
  93. bool "3.7.x"
  94. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
  95. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_6
  96. bool "3.6.x"
  97. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
  98. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_5
  99. bool "3.5.x"
  100. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
  101. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4
  102. bool "3.4.x"
  103. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
  104. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_3
  105. bool "3.3.x"
  106. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
  107. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_2
  108. bool "3.2.x"
  109. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
  110. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1
  111. bool "3.1.x"
  112. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
  113. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0
  114. bool "3.0.x"
  115. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
  116. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  117. bool "2.6.x"
  118. endchoice
  119. config BR2_DEFAULT_KERNEL_HEADERS
  120. string
  121. default "3.0.101" if BR2_KERNEL_HEADERS_3_0
  122. default "3.2.57" if BR2_KERNEL_HEADERS_3_2
  123. default "3.4.87" if BR2_KERNEL_HEADERS_3_4
  124. default "3.6.11" if BR2_KERNEL_HEADERS_3_6
  125. default "3.7.10" if BR2_KERNEL_HEADERS_3_7
  126. default "3.8.13" if BR2_KERNEL_HEADERS_3_8
  127. default "3.9.11" if BR2_KERNEL_HEADERS_3_9
  128. default "3.10.37" if BR2_KERNEL_HEADERS_3_10
  129. default "3.11.10" if BR2_KERNEL_HEADERS_3_11
  130. default "3.12.17" if BR2_KERNEL_HEADERS_3_12
  131. default "3.13.10" if BR2_KERNEL_HEADERS_3_13
  132. default "3.14.1" if BR2_KERNEL_HEADERS_3_14
  133. default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION