* CONFIG_NET_RADIO vs CONFIG_NET_WIRELESS
@ 2004-07-22 13:29 Michael Heyse
2004-07-22 19:36 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Michael Heyse @ 2004-07-22 13:29 UTC (permalink / raw)
To: kernel list
I am confused. CONFIG_NET_RADIO is set when you select "Wireless LAN
drivers". But building of drivers/net/wireless depends on
CONFIG_NET_WIRELESS, but not a single Kconfig defines this value (it is
defined in some defconfigs though). So the wireless LAN drivers are
never built.
What am I missing???
Michael
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CONFIG_NET_RADIO vs CONFIG_NET_WIRELESS
2004-07-22 13:29 CONFIG_NET_RADIO vs CONFIG_NET_WIRELESS Michael Heyse
@ 2004-07-22 19:36 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-07-22 19:36 UTC (permalink / raw)
To: Michael Heyse; +Cc: kernel list
On Thu, Jul 22, 2004 at 03:29:30PM +0200, Michael Heyse wrote:
> I am confused. CONFIG_NET_RADIO is set when you select "Wireless LAN
> drivers". But building of drivers/net/wireless depends on
> CONFIG_NET_WIRELESS, but not a single Kconfig defines this value (it is
> defined in some defconfigs though). So the wireless LAN drivers are
> never built.
>
> What am I missing???
The following from drivers/net/wireless/Kconfig:
<-- snip -->
config NET_WIRELESS
bool
depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA)
default y
<-- snip -->
> Michael
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-22 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-22 13:29 CONFIG_NET_RADIO vs CONFIG_NET_WIRELESS Michael Heyse
2004-07-22 19:36 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox