comment "Kernel Header Options"
config BR2_PACKAGE_HOST_LINUX_HEADERS
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
default BR2_KERNEL_HEADERS_4_15
Select the kernel version to get headers from.
The kernel headers must be at least as old as the oldest
kernel you intend to run on your target.
If you use Buildroot to build a kernel, then you can use
the sources from that kernel as source for the headers.
If you choose a custom version of the kernel headers, or
choose to use the same sources as the kernel, you'll have to
select (below) the series of that kernel, so that Buildroot
can show or hide packages that have strong requirements on the
config BR2_KERNEL_HEADERS_AS_KERNEL
bool "Same as kernel being built"
depends on BR2_LINUX_KERNEL
config BR2_KERNEL_HEADERS_3_2
bool "Linux 3.2.x kernel headers"
depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
config BR2_KERNEL_HEADERS_4_1
bool "Linux 4.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
config BR2_KERNEL_HEADERS_4_4
bool "Linux 4.4.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
config BR2_KERNEL_HEADERS_4_9
bool "Linux 4.9.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
config BR2_KERNEL_HEADERS_4_10
bool "Linux 4.10.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
config BR2_KERNEL_HEADERS_4_11
bool "Linux 4.11.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
config BR2_KERNEL_HEADERS_4_12
bool "Linux 4.12.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
config BR2_KERNEL_HEADERS_4_13
bool "Linux 4.13.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_13
config BR2_KERNEL_HEADERS_4_14
bool "Linux 4.14.x kernel headers"