blob: 099810cc5e734c3d2c72ec322945f825ab614851 [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001#
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
Matt Kraai3c2f27d2001-10-24 18:51:27 +000018if [ "$CONFIG_TAR" = "y" ] ; then
19 bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
20fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000021endmenu