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)
commit17982a2855b920a855350ea920a965cfdd1863c0
treeb91b49bf469f3d1d2f79345693040bf4ba51ace0
parentad991472e7b112ef6ba96d8a0672e4caa5a07ae4
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