summaryrefslogtreecommitdiff
path: root/target/config/Config.in.adk
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.adk')
-rw-r--r--target/config/Config.in.adk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk
index 433404cc6..9938b68c1 100644
--- a/target/config/Config.in.adk
+++ b/target/config/Config.in.adk
@@ -22,6 +22,22 @@ config ADK_DISABLE_HONOUR_CFLAGS
help
Disable honour CFLAGS checks.
+config ADK_DISABLE_KERNEL_PATCHES
+ bool "Disable global kernel patches"
+ default n
+ help
+ Disable all global kernel patches.
+ This might prevent the cross-compilation on
+ non-Linux targets. Useful for bug reporting on LKML.
+
+config ADK_DISABLE_TARGET_KERNEL_PATCHES
+ bool "Disable target specific kernel patches"
+ default n
+ help
+ Disable all target specific kernel patches.
+ This might render a system unusable, when external
+ kernel patches are required for bootup.
+
config ADK_WGET_TIMEOUT
int "Set wget timeout"
default 10