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