summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r--toolchain/kernel-headers/Config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index f2844ed16..3df93b90f 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -16,10 +16,6 @@ choice
For the snapshot, you have to provide the
linux-2.6.tar.bz2 tarball in your download dir.
- config BR2_KERNEL_HEADERS_2_6_26
- depends on BR2_DEPRECATED
- bool "Linux 2.6.26.x kernel headers"
-
config BR2_KERNEL_HEADERS_2_6_27
depends on BR2_DEPRECATED
bool "Linux 2.6.27.x kernel headers"
@@ -54,12 +50,6 @@ choice
bool "Local Linux snapshot (linux-2.6.tar.bz2)"
endchoice
-config BR2_KERNEL_HEADERS_RT
- bool "use realtime (-rt) kernel patches"
- depends on BR2_KERNEL_HEADERS_2_6_26
- help
- Apply Ingo's realtime extensions to linux
-
config BR2_DEFAULT_KERNEL_VERSION
string "linux version"
depends on BR2_KERNEL_HEADERS_VERSION
@@ -69,7 +59,6 @@ config BR2_DEFAULT_KERNEL_VERSION
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "2.6.26.8" if BR2_KERNEL_HEADERS_2_6_26
default "2.6.27.45" if BR2_KERNEL_HEADERS_2_6_27
default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28
default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29