Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | |
| 6 | mainmenu_option next_comment |
| 7 | comment 'Archival Utilities' |
| 8 | |
| 9 | bool 'ar' CONFIG_AR |
| 10 | bool 'bunzip2' CONFIG_BUNZIP2 |
| 11 | bool 'cpio' CONFIG_CPIO |
| 12 | bool 'dpkg' CONFIG_DPKG |
| 13 | bool 'dpkg_deb' CONFIG_DPKG_DEB |
| 14 | bool 'gunzip' CONFIG_GUNZIP |
| 15 | bool 'gzip' CONFIG_GZIP |
| 16 | bool 'rpm2cpio' CONFIG_RPM2CPIO |
| 17 | bool 'tar' CONFIG_TAR |
Matt Kraai | 3c2f27d | 2001-10-24 18:51:27 +0000 | [diff] [blame^] | 18 | if [ "$CONFIG_TAR" = "y" ] ; then |
| 19 | bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE |
| 20 | fi |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 21 | endmenu |