kconfig issue with 'choice' and defconfigs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux