On Monday 17 March 2008 19:54, Andy Green wrote: > > Hi, I'm a student at Boston University, trying to implement an Atheros > > AR6001 Wifi chip on an I(ntel)Mote2. Our os for the Imote2 is 2.4.24 > > kernel. ... > > drivers/sdio/stack/busdriver/sdio_bus_os.c:363:2:#error "CONFIG_PNP not > > defined" ... > menuconfig PNP > bool "Plug and Play support" > depends on HAS_IOMEM > depends on ISA || ACPI || SDIO <======== > > so make sure you enabled the SDIO stack that is part of the Atheros > driver in your config too. Seems to be > > CONFIG_SDIO=y > CONFIG_SDIO_AR6000_WLAN=y > Just a two-cents consideration: the config file is changed thousands of times between kernel 2.4.x (2.4.24) to kernel 2.6.x. Maybe this CONFIG_SDIO_ directives are useless on older kernels. Isn't it? Or is it only a typo? Is Imote2 running with the 2.6.24?
Regards, -- Gianluca Renzi
