]> git.baikalelectronics.ru Git - uboot.git/commit
usb: Select USB_MUSB_DSPS with USB_MUSB_TI
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 18 Apr 2019 11:10:50 +0000 (11:10 +0000)
committerMarek Vasut <marex@denx.de>
Fri, 19 Apr 2019 09:32:01 +0000 (11:32 +0200)
commitda84493ec62b2f0d66a9d2427f0dad5bb5ce48ff
treeb91b49bf469f3d1d2f79345693040bf4ba51ace0
parent41b400e226dde0c41912e099abe38842b01c9956
usb: Select USB_MUSB_DSPS with USB_MUSB_TI

USB_MUSB_TI requires USB_MUSB_DSPS, failing at link time if it's not
selected:

  drivers/usb/musb-new/built-in.o: In function `ti_musb_host_ofdata_to_platdata':
  drivers/usb/musb-new/ti-musb.c:193: undefined reference to `musb_dsps_ops'

or if OF_CONTROL is not selected:

  arch/arm/mach-omap2/built-in.o:(.data.usb0+0x24): undefined reference to `musb_dsps_ops'

Reviewed-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Tested-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
configs/am335x_boneblack_vboot_defconfig
configs/am335x_evm_defconfig
configs/am335x_hs_evm_defconfig
configs/am335x_hs_evm_uart_defconfig
configs/brppt1_mmc_defconfig
configs/brppt1_nand_defconfig
configs/brppt1_spi_defconfig
configs/chiliboard_defconfig
drivers/usb/musb-new/Kconfig