|
@@ -29,20 +29,24 @@ config BR2_KERNEL_HEADERS_AS_KERNEL
|
|
|
config BR2_KERNEL_HEADERS_4_4
|
|
|
bool "Linux 4.4.x kernel headers"
|
|
|
depends on !BR2_riscv
|
|
|
+ depends on !BR2_csky
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_4_9
|
|
|
bool "Linux 4.9.x kernel headers"
|
|
|
depends on !BR2_riscv
|
|
|
+ depends on !BR2_csky
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_4_14
|
|
|
bool "Linux 4.14.x kernel headers"
|
|
|
depends on !BR2_riscv
|
|
|
+ depends on !BR2_csky
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_4_19
|
|
|
bool "Linux 4.19.x kernel headers"
|
|
|
+ depends on !BR2_csky
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_5_0
|