Config.in.host 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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_15
  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_VERSION
  46. bool "Manually specified Linux version"
  47. endchoice
  48. config BR2_DEFAULT_KERNEL_VERSION
  49. string "linux version"
  50. depends on BR2_KERNEL_HEADERS_VERSION
  51. help
  52. Specify the version you want to use.
  53. E.G.: 3.6.10
  54. choice
  55. bool "Custom kernel headers series"
  56. depends on BR2_KERNEL_HEADERS_VERSION
  57. default BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  58. help
  59. Set to the kernel headers series you manually set above.
  60. This is used to hide/show some packages that have strict
  61. requirements on the version of kernel headers.
  62. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15
  63. bool "3.15.x"
  64. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
  65. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14
  66. bool "3.14.x"
  67. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
  68. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13
  69. bool "3.13.x"
  70. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
  71. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12
  72. bool "3.12.x"
  73. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
  74. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_11
  75. bool "3.11.x"
  76. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
  77. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10
  78. bool "3.10.x"
  79. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  80. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9
  81. bool "3.9.x"
  82. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
  83. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8
  84. bool "3.8.x"
  85. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
  86. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_7
  87. bool "3.7.x"
  88. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
  89. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_6
  90. bool "3.6.x"
  91. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
  92. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_5
  93. bool "3.5.x"
  94. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
  95. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4
  96. bool "3.4.x"
  97. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
  98. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_3
  99. bool "3.3.x"
  100. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
  101. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_2
  102. bool "3.2.x"
  103. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
  104. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1
  105. bool "3.1.x"
  106. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
  107. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0
  108. bool "3.0.x"
  109. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
  110. config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
  111. bool "2.6.x"
  112. endchoice
  113. config BR2_DEFAULT_KERNEL_HEADERS
  114. string
  115. default "3.0.101" if BR2_KERNEL_HEADERS_3_0
  116. default "3.2.60" if BR2_KERNEL_HEADERS_3_2
  117. default "3.4.94" if BR2_KERNEL_HEADERS_3_4
  118. default "3.9.11" if BR2_KERNEL_HEADERS_3_9
  119. default "3.10.44" if BR2_KERNEL_HEADERS_3_10
  120. default "3.11.10" if BR2_KERNEL_HEADERS_3_11
  121. default "3.12.22" if BR2_KERNEL_HEADERS_3_12
  122. default "3.13.11" if BR2_KERNEL_HEADERS_3_13
  123. default "3.14.8" if BR2_KERNEL_HEADERS_3_14
  124. default "3.15.1" if BR2_KERNEL_HEADERS_3_15
  125. default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION