|
@@ -29,9 +29,11 @@ choice
|
|
|
|
|
|
config BR2_LINUX_KERNEL_LATEST_VERSION
|
|
|
bool "Latest version (5.15)"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 if BR2_KERNEL_HEADERS_AS_KERNEL
|
|
|
|
|
|
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
|
bool "Latest CIP SLTS version (5.10.104-cip3)"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
|
|
|
help
|
|
|
CIP launched in the spring of 2016 to address the needs of
|
|
|
organizations in industries such as power generation and
|
|
@@ -51,6 +53,7 @@ config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
|
|
|
|
config BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
|
|
|
bool "Latest CIP RT SLTS version (5.10.104-cip3-rt3)"
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
|
|
|
help
|
|
|
Same as the CIP version, but this is the PREEMPT_RT realtime
|
|
|
variant.
|