Hi Valentine > This adds USBHS PHY and registers USBHS device if the driver is enabled. > > Signed-off-by: Valentine Barshak <valentine.barshak@xxxxxxxxxxxxxxxxxx> > --- (snip) > +/* USBHS */ > +#if IS_ENABLED(CONFIG_USB_RENESAS_USBHS_UDC) > +static const struct resource usbhs_resources[] __initconst = { > + DEFINE_RES_MEM(0xe6590000, 0x100), > + DEFINE_RES_IRQ(gic_spi(107)), > +}; Why it needs #if IS_ENABLED() ? I guess nothing happen if renesas_usbhs driver registered without CONFIG_USB_RENESAS_USBHS_UDC. But am I misunderstanding ? -- 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