diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2014-08-21 09:04:31 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 09:14:54 -0400 |
commit | a9303e1bd05751649e5408e521aab19380c7fd8a (patch) | |
tree | 519bff6994f3b7ed7631c31f67ce9516baf090da /arch | |
parent | 297cf5025b3bda59e15d6ba1f84022ebd409925b (diff) |
powerpc: Fix build failure on 44x
Fix the following build failure
drivers/built-in.o: In function `nhi_init':
nhi.c:(.init.text+0x63390): undefined reference to `ehci_init_driver'
by adding a dependency on USB_EHCI_HCD which supplies the ehci_init_driver().
Also we need to depend on USB_OHCI_HCD similarly
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Acked-by: Alistair Popple <alistair@popple.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 4d88f6a19058..3e7deb2aaf5a 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -216,8 +216,8 @@ config AKEBONO | |||
216 | select IBM_EMAC_EMAC4 | 216 | select IBM_EMAC_EMAC4 |
217 | select IBM_EMAC_RGMII_WOL | 217 | select IBM_EMAC_RGMII_WOL |
218 | select USB | 218 | select USB |
219 | select USB_OHCI_HCD_PLATFORM | 219 | select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD |
220 | select USB_EHCI_HCD_PLATFORM | 220 | select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD |
221 | select MMC_SDHCI | 221 | select MMC_SDHCI |
222 | select MMC_SDHCI_PLTFM | 222 | select MMC_SDHCI_PLTFM |
223 | select MMC_SDHCI_OF_476GTR | 223 | select MMC_SDHCI_OF_476GTR |