linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: linux-kbuild@vger.kernel.org,
	linux-wireless <linux-wireless@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Subject: Possible bug in kbuild
Date: Sun, 06 Jul 2014 12:11:25 -0500	[thread overview]
Message-ID: <53B9833D.4000600@lwfinger.net> (raw)

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

             reply	other threads:[~2014-07-06 17:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-06 17:11 Larry Finger [this message]
2014-07-06 18:39 ` [patch] iwlwifi: fix Kconfig option continuity Randy Dunlap
2014-07-06 18:54   ` Larry Finger
2014-07-07  5:43   ` Grumbach, Emmanuel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B9833D.4000600@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=emmanuel.grumbach@intel.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).