aboutsummaryrefslogtreecommitdiff
path: root/archival/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'archival/config.in')
-rw-r--r--archival/config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/archival/config.in b/archival/config.in
new file mode 100644
index 000000000..c195f24a1
--- /dev/null
+++ b/archival/config.in
@@ -0,0 +1,19 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6mainmenu_option next_comment
7comment 'Archival Utilities'
8
9bool 'ar' CONFIG_AR
10bool 'bunzip2' CONFIG_BUNZIP2
11bool 'cpio' CONFIG_CPIO
12bool 'dpkg' CONFIG_DPKG
13bool 'dpkg_deb' CONFIG_DPKG_DEB
14bool 'gunzip' CONFIG_GUNZIP
15bool 'gzip' CONFIG_GZIP
16bool 'rpm2cpio' CONFIG_RPM2CPIO
17bool 'tar' CONFIG_TAR
18endmenu
19