diff options
author | Biju Das <biju.das@bp.renesas.com> | 2019-04-10 17:48:44 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-04-12 15:16:10 +0300 |
commit | b266731b76d5c33c0f6d781c449e43ad9991fb70 (patch) | |
tree | 802b04f24dd7f36e049c6af03537bf86eb23ed6a /arch/arm/configs | |
parent | 0cd4f4f10245d1d9616e00245093f46acd198141 (diff) | |
download | linux-b266731b76d5c33c0f6d781c449e43ad9991fb70.tar.xz |
ARM: shmobile: Enable USB [EO]HCI HCD PLATFORM support in shmobile_defconfig
The USB [EO]HCI controller on RZ/G1C SoC doesn't have PCI bridge like
other R-Car Gen2 devices. So enable generic USB [EO]HCI HCD PLATFORM
support in shmobile_defconfig.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 30abd8176010..eb02ba9ec6e6 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -146,7 +146,9 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_PLATFORM=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PLATFORM=y CONFIG_USB_R8A66597_HCD=y CONFIG_USB_RENESAS_USBHS=y CONFIG_USB_GADGET=y |