On Mon, 2013-03-06 at 11:18:06 UTC, Gerhard Sittig wrote:
> 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 <g...@denx.de>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/acf6cec8365bfe1e6435

cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to