summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelfmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-03 09:36:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-03 09:36:36 +0100
commit0c8bd135f0eb8e5e9cb5072d88aefbc52f764cc8 (patch)
tree53024aff7f03fd9173c4d0197306e14de72fe446 /target/config/Config.in.kernelfmt
parentcf8099bef716953dc528e5e42bc93ef719cb41b4 (diff)
add support for no Linux kernel builds, use it for arcturus-ucbf54x
Diffstat (limited to 'target/config/Config.in.kernelfmt')
-rw-r--r--target/config/Config.in.kernelfmt3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt
index 1a0b3f7af..2704b08ae 100644
--- a/target/config/Config.in.kernelfmt
+++ b/target/config/Config.in.kernelfmt
@@ -77,6 +77,9 @@ config ADK_TARGET_KERNEL
default "bzImage" if ADK_TARGET_SYSTEM_GENERIC_X86_64 || ADK_TARGET_SYSTEM_GENERIC_X86
default "vmlinux"
+config ADK_TARGET_NO_KERNEL
+ bool
+
config ADK_TARGET_KERNEL_WITH_COMPRESSION
bool