Config.in.host 4.7 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_16
  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_9
  24. bool "Linux 3.9.x kernel headers"
  25. depends on BR2_DEPRECATED_SINCE_2013_11
  26. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
  27. config BR2_KERNEL_HEADERS_3_10
  28. bool "Linux 3.10.x kernel headers"
  29. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  30. config BR2_KERNEL_HEADERS_3_11
  31. bool "Linux 3.11.x kernel headers"
  32. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
  33. config BR2_KERNEL_HEADERS_3_12
  34. bool "Linux 3.12.x kernel headers"
  35. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
  36. config BR2_KERNEL_HEADERS_3_13
  37. bool "Linux 3.13.x kernel headers"
  38. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
  39. config BR2_KERNEL_HEADERS_3_14
  40. bool "Linux 3.14.x kernel headers"
  41. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
  42. config BR2_KERNEL_HEADERS_3_15
  43. bool "Linux 3.15.x kernel headers"
  44. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
  45. config BR2_KERNEL_HEADERS_3_16
  46. bool "Linux 3.16.x kernel headers"
  47. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
  48. config BR2_KERNEL_HEADERS_VERSION
  49. bool "Manually specified Linux version"
  50. endchoice
  51. config BR2_DEFAULT_KERNEL_VERSION
  52. string "linux version"
  53. depends on BR2_KERNEL_HEADERS_VERSION
  54. help
  55. Specify the version you want to use.
  56. E.G.: 3.6.10
  57. choice
  58. bool "Custom kernel headers series"
  59. depends on BR2_KERNEL_HEADERS_VERSION
  60. default BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  61. help
  62. Set to the kernel headers series you manually set above.
  63. This is used to hide/show some packages that have strict
  64. requirements on the version of kernel headers.
  65. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_16
  66. bool "3.16.x"
  67. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
  68. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15
  69. bool "3.15.x"
  70. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
  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.62" if BR2_KERNEL_HEADERS_3_2
  123. default "3.4.101" if BR2_KERNEL_HEADERS_3_4
  124. default "3.9.11" if BR2_KERNEL_HEADERS_3_9
  125. default "3.10.51" if BR2_KERNEL_HEADERS_3_10
  126. default "3.11.10" if BR2_KERNEL_HEADERS_3_11
  127. default "3.12.26" if BR2_KERNEL_HEADERS_3_12
  128. default "3.13.11" if BR2_KERNEL_HEADERS_3_13
  129. default "3.14.15" if BR2_KERNEL_HEADERS_3_14
  130. default "3.15.8" if BR2_KERNEL_HEADERS_3_15
  131. default "3.16" if BR2_KERNEL_HEADERS_3_16
  132. default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION