Dear Felipe > > ------------ > > config USB_RENESAS_USBHS > > tristate 'Renesas USBHS controller' > > depends on SUPERH || ARCH_SHMOBILE > > default n > > > > config USB_RENESAS_USBHS_UDC > > bool 'Renesas USBHS controller' > > it does make sense, but this one needs to be tristate too :-) Hmm.. If both are tristate, I think renesas_usbhs will lost "mod_gadget" in below case. Am I misunderstanding ? CONFIG_USB_RENESAS_USBHS=y CONFIG_USB_RENESAS_USBHS_UDC=m ---------- obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o renesas_usbhs-y := common.o mod.o pipe.o fifo.o renesas_usbhs-$(CONFIG_USB_RENESAS_USBHS_UDC) += mod_gadget.o ---------- Best regards --- Kuninori Morimoto -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html