Re: [2.6 patch] select FW_LOADER -> depends HOTPLUG

From: Roman Zippel
Date: Sun Aug 15 2004 - 12:10:44 EST


Hi,

On Thu, 12 Aug 2004, Adrian Bunk wrote:

> <-- snip -->
>
> config FW_LOADER
> tristate "Hotplug firmware loading support"
> depends on HOTPLUG
>
> config ATMEL
> tristate "Atmel at76c50x chipset 802.11b support"
> depends on NET_RADIO && EXPERIMENTAL
> select FW_LOADER
> select CRC32
>
> <-- snip -->

The basic idea is to mark FW_LOADER as automatically selected and ATMEL
would simply depend on it and as soon as ATMEL is selected FW_LOADER is
selected. It'll work similiar to select, but it will respect dependencies
(since it uses normal depencencies), it will also be easier to force
deselection of FW_LOADER by (temporarily) disabling autoselect for it.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/