mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* #ifdef CONFIG_ checks not working
@ 2010-10-26 14:28 Elvis Dowson
  2010-10-26 14:35 ` Elvis Dowson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Elvis Dowson @ 2010-10-26 14:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Luciano Coelho

Hi,
       I just noticed that with the 2.6.36-rc8 kernel, the #ifdef checks aren't working. 

So for example, if I add the following code fragment in my omap3_beagle_init function, CONFIG_WL1271 doesn't get detected, even though in my .config file, CONFIG_WL1271=m.

This way, the mux settings might also fail, right, which might be the source of a few of the problems that I'm facing. 

Would you happen to know why this is not working. This type of checks used to work with the 2.6.32 kernel versions.

#ifdef CONFIG_WL1271
    printk(KERN_INFO "%s: CONFIG_WL1271 detected\n", __func__);
#else
    printk(KERN_INFO "%s: CONFIG_WL1271 not detected\n", __func__);
#endif

Boot message: 

[    0.000000] omap3_beagle_init: CONFIG_WL1271 not detected

Best regards,

Elvis Dowson


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-26 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26 14:28 #ifdef CONFIG_ checks not working Elvis Dowson
2010-10-26 14:35 ` Elvis Dowson
2010-10-26 14:48 ` Alan Cox
2010-10-26 15:26 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®