summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/config/01-executable-file-formats.config
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build/linux-kernel/config/01-executable-file-formats.config')
-rw-r--r--scripts/package-build/linux-kernel/config/01-executable-file-formats.config15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/config/01-executable-file-formats.config b/scripts/package-build/linux-kernel/config/01-executable-file-formats.config
new file mode 100644
index 00000000..f14d5be1
--- /dev/null
+++ b/scripts/package-build/linux-kernel/config/01-executable-file-formats.config
@@ -0,0 +1,15 @@
+#
+# Executable file formats
+#
+CONFIG_BINFMT_ELF=y
+CONFIG_COMPAT_BINFMT_ELF=y
+CONFIG_ARCH_BINFMT_ELF_STATE=y
+CONFIG_ARCH_BINFMT_ELF_EXTRA_PHDRS=y
+CONFIG_ARCH_HAVE_ELF_PROT=y
+CONFIG_ARCH_USE_GNU_PROPERTY=y
+CONFIG_ELFCORE=y
+CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
+CONFIG_BINFMT_SCRIPT=y
+CONFIG_BINFMT_MISC=m
+CONFIG_COREDUMP=y
+# end of Executable file formats