summaryrefslogtreecommitdiffstats
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.in40
1 files changed, 20 insertions, 20 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index f6a3f8196..5b51b6e2c 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -17,67 +17,67 @@ choice
linux-2.6.tar.bz2 tarball in your download dir.
config BR2_KERNEL_HEADERS_2_4_25
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.25 kernel headers"
config BR2_KERNEL_HEADERS_2_4_27
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.27 kernel headers"
config BR2_KERNEL_HEADERS_2_4_29
- depends !BR2_avr32 && !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.29 kernel headers"
config BR2_KERNEL_HEADERS_2_4_31
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.31 kernel headers"
config BR2_KERNEL_HEADERS_2_6_9
- depends !BR2_avr32 && BR2_DEPRECATED
+ depends on !BR2_avr32 && BR2_DEPRECATED
bool "Linux 2.6.9 kernel headers"
config BR2_KERNEL_HEADERS_2_6_11
- depends !BR2_avr32 && BR2_DEPRECATED
+ depends on !BR2_avr32 && BR2_DEPRECATED
bool "Linux 2.6.11 kernel headers"
config BR2_KERNEL_HEADERS_2_6_12
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.12 kernel headers"
config BR2_KERNEL_HEADERS_2_6_20_4
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.20.4 kernel headers"
config BR2_KERNEL_HEADERS_2_6_20
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.20.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_21_5
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.21.5 kernel headers"
config BR2_KERNEL_HEADERS_2_6_21
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.21.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_22_1
- depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.22.1 kernel headers"
config BR2_KERNEL_HEADERS_2_6_22_10
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends on !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.22.10 kernel headers"
config BR2_KERNEL_HEADERS_2_6_22
- depends BR2_DEPRECATED
+ depends on BR2_DEPRECATED
bool "Linux 2.6.22.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_23
- depends BR2_DEPRECATED
+ depends on BR2_DEPRECATED
bool "Linux 2.6.23.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_24
- depends BR2_RECENT
+ depends on BR2_RECENT
bool "Linux 2.6.24.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_25
@@ -91,14 +91,14 @@ endchoice
config BR2_KERNEL_HEADERS_IPMI
bool "use ipmi kernel patches"
default n
- depends BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
+ depends on BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
help
Apply patches which add IPMI sensor support.
config BR2_KERNEL_HEADERS_LZMA
bool "use lzma initramfs kernel patches"
default n
- depends BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
+ depends on BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
help
Apply patches which allow for lzma compressed
initramfs filesystems. This requires the lzma
@@ -107,14 +107,14 @@ config BR2_KERNEL_HEADERS_LZMA
config BR2_KERNEL_HEADERS_RT
bool "use realtime (-rt) kernel patches"
default n
- depends BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
+ depends on BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
help
Apply Ingo's realtime extensions to linux
config BR2_KERNEL_HEADERS_PATCH_DIR
bool "Add additional headers from $(KERNEL_HEADERS_PATCH_DIR)"
default n
- depends BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 || BR2_KERNEL_HEADERS_2_6_22_10
+ depends on BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 || BR2_KERNEL_HEADERS_2_6_22_10
help
Apply additional kernel patches defined by KERNEL_HEADERS_PATCH_DIR
in your board directory.