Re: "Config.in" patch

Ulrich Windl (Ulrich.Windl@rz.uni-regensburg.de)
Fri, 10 May 1996 08:23:13 +0200


On 7 May 96 at 16:21, Paul Gortmaker wrote:

> diff -ur /mnt/linux-1398/fs/Config.in linux/fs/Config.in
> --- /mnt/linux-1398/fs/Config.in Sun May 5 13:00:52 1996
> +++ linux/fs/Config.in Mon May 6 19:54:50 1996
> @@ -31,7 +31,11 @@
> if [ "$CONFIG_IPX" != "n" ]; then
> tristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FS
> fi
> -tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS
> +if [ "$CONFIG_CD_NO_IDESCSI" != "n" ] || \

I don't like the name "CD_NO_IDESCSI" too much. What about changing
it to "CD_PROPRIETARY" (kind of "no standard")?

> + [ "$CONFIG_BLK_DEV_IDECD" != "n" ] || \
> + [ "$CONFIG_BLK_DEV_SR" != "n" ] ; then
> + tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS
> +fi
> tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS
> tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS
> tristate 'AFFS filesystem support (read only)' CONFIG_AFFS_FS
>
Ulrich