[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTimzEb=gs7JUh49+zRULL=fv+ugi3fY22HbmDGDq@mail.gmail.com>
Date: Tue, 19 Oct 2010 11:04:13 +0300
From: Felipe Contreras <felipe.contreras@...il.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Fwd: kconfig issue with 'choice' and defconfigs
Hi,
I'm forwarding this one so it doesn't get lost (I thought I sent it to lkml).
---------- Forwarded message ----------
From: Felipe Contreras <felipe.contreras@...il.com>
Date: Fri, Oct 15, 2010 at 1:54 PM
Subject: kconfig issue with 'choice' and defconfigs
To: linux-kbuild@...r.kernel.org
Cc: Michal Marek <mmarek@...e.cz>
Hi,
I noticed this when playing with USB (USB_GADGET_MUSB_HDRC), basically
anything 'choice' related doesn't play nice with defconfigs.
Any ideas?
./scripts/kconfig/conf --defconfig=/dev/null testconfig
testconfig:
---
config FRIEND
bool
select MARK
default y
choice
prompt "pick one"
config NOONE
bool "no one"
config JOHN
bool "john"
config JOHNJR
tristate
depends on JOHN
default FRIEND
config MARK
bool "mark"
endchoice
---
CONFIG_FRIEND=y
CONFIG_NOONE=y
# CONFIG_JOHN is not set
# CONFIG_MARK is not set
--
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists