[PATCH 1/9] phy: sun9i-usb: add USB dependency

2015-12-15 Thread Kishon Vijay Abraham I
From: Arnd Bergmann The sun9i usb phy driver calls of_usb_get_phy_mode(), which is not available if USB is disabled: drivers/built-in.o: In function `sun9i_usb_phy_probe': :(.text+0x7fb0): undefined reference to `of_usb_get_phy_mode' This adds a dependency to avoid the randconfig build errors.

[PATCH 1/9] phy: sun9i-usb: add USB dependency

2015-12-15 Thread Kishon Vijay Abraham I
From: Arnd Bergmann The sun9i usb phy driver calls of_usb_get_phy_mode(), which is not available if USB is disabled: drivers/built-in.o: In function `sun9i_usb_phy_probe': :(.text+0x7fb0): undefined reference to `of_usb_get_phy_mode' This adds a dependency to avoid the

[PATCH 1/9] phy: sun9i-usb: add USB dependency

2015-12-07 Thread Kishon Vijay Abraham I
From: Arnd Bergmann The sun9i usb phy driver calls of_usb_get_phy_mode(), which is not available if USB is disabled: drivers/built-in.o: In function `sun9i_usb_phy_probe': :(.text+0x7fb0): undefined reference to `of_usb_get_phy_mode' This adds a dependency to avoid the randconfig build errors.

[PATCH 1/9] phy: sun9i-usb: add USB dependency

2015-12-07 Thread Kishon Vijay Abraham I
From: Arnd Bergmann The sun9i usb phy driver calls of_usb_get_phy_mode(), which is not available if USB is disabled: drivers/built-in.o: In function `sun9i_usb_phy_probe': :(.text+0x7fb0): undefined reference to `of_usb_get_phy_mode' This adds a dependency to avoid the