USB Device Controller driver and OTG driver allow configuration of controller register accessors. Enable default big-endian register accessors for Rev.2 SoC. Signed-off-by: Anatolij Gustschin <agust@xxxxxxx> Cc: Grant Likely <grant.likely@xxxxxxxxxxxx> --- arch/powerpc/platforms/512x/Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig index fed7b5d..0c42537 100644 --- a/arch/powerpc/platforms/512x/Kconfig +++ b/arch/powerpc/platforms/512x/Kconfig @@ -12,6 +12,14 @@ config PPC_MPC5121 select USB_ARCH_HAS_EHCI select USB_EHCI_BIG_ENDIAN_DESC select USB_EHCI_BIG_ENDIAN_MMIO + select USB_FSL_BIG_ENDIAN_DESC + select USB_FSL_BIG_ENDIAN_MMIO + +config USB_FSL_BIG_ENDIAN_MMIO + bool + +config USB_FSL_BIG_ENDIAN_DESC + bool config MPC5121_ADS bool "Freescale MPC5121E ADS" -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html