summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-13 20:40:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-10 20:11:01 +0100
commit81790eeeeb907688b725e1c42300c68b85337f16 (patch)
tree8af3406edfa524decf21686992ee388ee3c15e92 /target/linux/config/Config.in.kernel
parent14ae2739783f82f112a3a964cc16911d995cd6d7 (diff)
more stuff for kinetis k70, kernel still does not work
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 607b3c3a9..ccfb22c0a 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -79,6 +79,9 @@ config ADK_KERNEL_RD_XZ
config ADK_KERNEL_KERNEL_XZ
bool
+config ADK_KERNEL_KERNEL_COMPRESS_NONE
+ bool
+
config ADK_KERNEL_INITRAMFS_SOURCE
string
default ""
@@ -173,6 +176,7 @@ config ADK_KERNEL_COMP_GZIP
config ADK_KERNEL_COMPRESS_NONE
bool "use no compression"
+ select ADK_KERNEL_KERNEL_COMPRESS_NONE
select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE
endchoice