summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelfmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-19 18:11:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-19 18:11:47 +0100
commit09ae129e9e97e25ddde0c4acdace8c3c1da32b2b (patch)
tree4191c9cf8f563a647192568c693c13b79620d17d /target/config/Config.in.kernelfmt
parent10e7e6eddb7efd545199a5b817dde03130389626 (diff)
add basic bits and bytes for stm32f429 support
Diffstat (limited to 'target/config/Config.in.kernelfmt')
-rw-r--r--target/config/Config.in.kernelfmt4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt
index 2b878d383..fe769acfd 100644
--- a/target/config/Config.in.kernelfmt
+++ b/target/config/Config.in.kernelfmt
@@ -22,6 +22,9 @@ config ADK_TARGET_KERNEL_BZIMAGE
config ADK_TARGET_KERNEL_VMLINUX_AOUT
bool
+config ADK_TARGET_KERNEL_XIPIMAGE
+ bool
+
config ADK_TARGET_KERNEL
string
default "uImage" if ADK_TARGET_KERNEL_UIMAGE
@@ -31,6 +34,7 @@ config ADK_TARGET_KERNEL
default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ
default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE
default "vmlinux.aout" if ADK_TARGET_KERNEL_VMLINUX_AOUT
+ default "xipImage" if ADK_TARGET_KERNEL_XIPIMAGE
default "vmlinux"
config ADK_TARGET_KERNEL_WITH_COMPRESSION