diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2016-07-21 06:47:01 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-08-11 04:38:11 -0400 |
commit | 94106a8dbaf56b50ba35faa32baae4ad8dcf17ed (patch) | |
tree | 33054c9e64e320c7a17db1d3af4396d3c19e02df | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
arm64: defconfig: Add Renesas R-Car HSUSB driver support as module
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0555b7caaf2c..458d891aaa8e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -265,6 +265,7 @@ CONFIG_USB_EHCI_HCD_PLATFORM=y | |||
265 | CONFIG_USB_OHCI_EXYNOS=y | 265 | CONFIG_USB_OHCI_EXYNOS=y |
266 | CONFIG_USB_OHCI_HCD=y | 266 | CONFIG_USB_OHCI_HCD=y |
267 | CONFIG_USB_OHCI_HCD_PLATFORM=y | 267 | CONFIG_USB_OHCI_HCD_PLATFORM=y |
268 | CONFIG_USB_RENESAS_USBHS=m | ||
268 | CONFIG_USB_STORAGE=y | 269 | CONFIG_USB_STORAGE=y |
269 | CONFIG_USB_DWC2=y | 270 | CONFIG_USB_DWC2=y |
270 | CONFIG_USB_DWC3=y | 271 | CONFIG_USB_DWC3=y |
@@ -276,6 +277,7 @@ CONFIG_USB_HSIC_USB3503=y | |||
276 | CONFIG_USB_MSM_OTG=y | 277 | CONFIG_USB_MSM_OTG=y |
277 | CONFIG_USB_ULPI=y | 278 | CONFIG_USB_ULPI=y |
278 | CONFIG_USB_GADGET=y | 279 | CONFIG_USB_GADGET=y |
280 | CONFIG_USB_RENESAS_USBHS_UDC=m | ||
279 | CONFIG_MMC=y | 281 | CONFIG_MMC=y |
280 | CONFIG_MMC_BLOCK_MINORS=32 | 282 | CONFIG_MMC_BLOCK_MINORS=32 |
281 | CONFIG_MMC_ARMMMCI=y | 283 | CONFIG_MMC_ARMMMCI=y |