Home
last modified time | relevance | path

Searched hist:"92 f792ece9c41befde64d8799fd3dde5d57407ab" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/platforms/44x/
H A DKconfigdiff 92f792ece9c41befde64d8799fd3dde5d57407ab Thu Aug 21 15:16:04 CEST 2014 Pranith Kumar <bobby.prani@gmail.com> powerpc: Fix build failure when CONFIG_USB=y

We are enabling USB unconditionally which results in following build failure

drivers/built-in.o: In function `tb_drom_read':
(.text+0x1b62b70): undefined reference to `usb_speed_string'
make: *** [vmlinux] Error

Enable USB only if USB_SUPPORT is set to avoid such failures

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>