powerpc/512x: silence a USB Kconfig dependency warning
authorGerhard Sittig <gsi@denx.de>
Mon, 3 Jun 2013 11:18:06 +0000 (13:18 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Aug 2015 06:14:50 +0000 (16:14 +1000)
commitacf6cec8365bfe1e6435e503eae4eab48ee04fc8
tree475f579188a5497380d81e98e973a2faf1f08f75
parent74943dab6b155b1a9d4037b7f01a396f28f9c44a
powerpc/512x: silence a USB Kconfig dependency warning

the PPC_MPC512x config automatically selected USB_EHCI_BIG_ENDIAN_*
switches, which made Kconfig warn about "unmet direct dependencies":

  scripts/kconfig/conf --silentoldconfig Kconfig
  warning: (PPC_MPC512x && 440EPX) selects USB_EHCI_BIG_ENDIAN_DESC which has unmet direct dependencies (USB_SUPPORT && USB && USB_EHCI_HCD)
  warning: (PPC_MPC512x && PPC_PS3 && PPC_CELLEB && 440EPX) selects USB_EHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies (USB_SUPPORT && USB && USB_EHCI_HCD)
  warning: (PPC_MPC512x && 440EPX) selects USB_EHCI_BIG_ENDIAN_DESC which has unmet direct dependencies (USB_SUPPORT && USB && USB_EHCI_HCD)
  warning: (PPC_MPC512x && PPC_PS3 && PPC_CELLEB && 440EPX) selects USB_EHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies (USB_SUPPORT && USB && USB_EHCI_HCD)

make the selected entries additionally depend on USB_EHCI_HCD which
silences the warning

Signed-off-by: Gerhard Sittig <gsi@denx.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/512x/Kconfig
This page took 0.024958 seconds and 5 git commands to generate.