linux-2.4.0test1-ac19: CONFIG_VIDEO_CPIA_USB cannot be selected initially

From: Adam J. Richter (adam@yggdrasil.com)
Date: Thu Jun 15 2000 - 17:36:31 EST


        linux-2.4.0test1-ac19/drivers/block/config.in only asks about
CONFIG_VIDEO_CPIA_USB if CONFIG_USB != n. Unfortunately, this is before
CONFIG_USB is set. So, the initial configuration (before the user has
a .config), processes arch/i386/defconfig, which scripts/Configure
translates to CONFIG_USB=n.

        The simplest way to kludge around this problem is to default
CONFIG_USB=m or CONFIG_USB=y in arch/i386/defconfig (and the other
architecture files as well). Since USB seems only to be available
through interfaces that can be relatively safely probed like PCI and
PCMCIA, and since just about every computer being made has USB, and
since a lot of hardware is migrating toward it, it seems to me that
ordinary users will expect it to be configured by default, and the
cost of including it is small.

        However, the correct fix, which should be done in addition to
the above, would be to rearrange the configuration questsions so that
CONFIG_USB is set by the user before its value is checked.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:14 EST