lkml.org 
[lkml]   [2014]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectPossible bug in kbuild
A problem with configuration of IWLWIFI has been bisected to commit 48e2934, 
where a new section was added to drivers/net/wireless/iwlwifi/Kconfig with the
following code:

# don't call it _MODULE -- will confuse Kconfig/fixdep/...
config IWLWIFI_OPMODE_MODULAR
bool
default y if IWLDVM=m
default y if IWLMVM=m

When the above section is present, 'make xconfig' fails to show a "Debugging
options" menu' even though 'make menuconfig' displays correctly. despite the
incorrect on-screen display, xconfig does not delete the affected info in
.config after it was set by menuconfig, thus the bug only seems to affect the
display in xconfig.

Is there anything wrong with that section in iwlwifi's Kconfig, or is it a bug
in xconfig?

Thanks,

Larry


\
 
 \ /
  Last update: 2014-07-06 19:41    [W:0.056 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site