summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 1ee04cafe..50649c3ed 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -1,6 +1,14 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+config ADK_TARGET_KERNEL_VMLINUZ
+ boolean
+
+config ADK_TARGET_KERNEL
+ string
+ default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ
+ default "vmlinux"
+
config ADK_big
boolean