commit | d06ac7395a247898ac5b535825e26c7460d5f869 | [log] [tgz] |
---|---|---|
author | Alex Shi <alex.shi@linaro.org> | Thu Jun 05 14:48:36 2014 +0800 |
committer | Alex Shi <alex.shi@linaro.org> | Thu Jun 05 14:58:35 2014 +0800 |
tree | 1be02cced658525fbed2d42ef3f60b6953cb28ff | |
parent | 54b52e293bf6a58589a57830ed173c755d9d7afa [diff] |
usb: fix hcd h20ahb driver depends USB_EHCI_HCD_SYNOPSYS is not only dependent on USB_EHCI_HCD, but also on USB_PHY. Otherwise kernel build has the following error: LD init/built-in.o drivers/built-in.o: In function `ehci_hcd_h20ahb_probe': :(.text+0xb9bb4): undefined reference to `usb_add_phy_dev' Signed-off-by: Alex Shi <alex.shi@linaro.org>