On Mon, 21 Dec 2009 10:51:16 -0800 Philip A. Prindeville wrote: > On 12/21/2009 12:24 AM, Holger Schurig wrote: > >> And what are the steps to figuring out the dependency that > >> keeps forcing it on? Something must be doing a "select SSB" > >> but I'm not sure what. > > > > "make xconfig", and then turn on "Options -> Show Debug Info". > > > > Then you see the reverse dep. > > > > > > Another thing would be "find -name Kconfig |xargs grep > > SSB_POSSIBLE" and then carefully check those files. > > Well, as I mentioned, arch/x86/configs/i386_defconfig contains: > > CONFIG_SSB_POSSIBLE=y That is =y iff: config SSB_POSSIBLE bool depends on HAS_IOMEM && HAS_DMA default y HAS_IOMEM=y and HAS_DMA=y. Aren't those both =y on your platform? Other than being set, it shouldn't be hurting anything. > which I've not been able to understand why. There are lots of x86 configurations where this might *not* be possible, in embedded platforms in particular. --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html