summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel11
1 files changed, 9 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index a0a681c6d..c41e086c5 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -112,6 +112,9 @@ config ADK_KERNEL_AEABI
bool
default y if ADK_TARGET_ARCH_ARM
+config ADK_KERNEL_ARM_THUMB
+ bool
+
config ADK_KERNEL_THUMB2_KERNEL
bool
@@ -126,7 +129,8 @@ config ADK_KERNEL_CPU_LITTLE_ENDIAN
choice
prompt "Kernel Compression"
-depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
+default ADK_KERNEL_COMPRESS_NONE if ADK_TARGET_SYSTEM_MIKROTIK_RB532 \
+ || ADK_TARGET_SYSTEM_KINETIS_K70
default ADK_KERNEL_COMP_GZIP if ADK_TARGET_BOARD_BCM28XX
config ADK_KERNEL_COMP_XZ
@@ -171,6 +175,10 @@ config ADK_KERNEL_COMP_GZIP
select ADK_KERNEL_KERNEL_GZIP
select ADK_KERNEL_INITRAMFS_COMPRESSION_GZIP
+config ADK_KERNEL_COMPRESS_NONE
+ bool "use no compression"
+ select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE
+
endchoice
menu "Kernel options"
@@ -243,7 +251,6 @@ config ADK_KERNEL_PREEMPT
help
Enable preemptive mode.
-
choice
prompt "tick configuration"