usb: fix hcd h20ahb driver depends
authorAlex Shi <alex.shi@linaro.org>
Thu, 5 Jun 2014 06:58:06 +0000 (07:58 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 10 Jun 2014 13:55:08 +0000 (14:55 +0100)
commit518413dac8751685691dbbd5163aba8acb8ba7ad
tree8de49ec78bb864dd467baa92c5de945c7fd83ca5
parent99884ad4e77a54b7e56f65f444179169bc495c35
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>
drivers/usb/host/Kconfig