diff options
| author | Marek Vasut <[email protected]> | 2017-09-12 19:07:23 +0200 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2017-09-12 19:07:23 +0200 |
| commit | c54b0b754bbc8b15b16a6e923e5a7b96f00d2fb6 (patch) | |
| tree | f666af9826c13b27a2eafdea11f141f792b3d123 | |
| parent | ef60323326b6736c1adf30362344af78d3f7d62c (diff) | |
ARM: rmobile: Enable EHCI generic on Salvator-X
Enable the EHCI generic driver, which is superior to ad-hoc SoC specific one.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | configs/r8a7795_salvator-x_defconfig | 1 | ||||
| -rw-r--r-- | configs/r8a7796_salvator-x_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/r8a7795_salvator-x_defconfig b/configs/r8a7795_salvator-x_defconfig index 62b16b7a1cc..8a4c51c0e70 100644 --- a/configs/r8a7795_salvator-x_defconfig +++ b/configs/r8a7795_salvator-x_defconfig @@ -34,5 +34,6 @@ CONFIG_SCIF_CONSOLE=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y CONFIG_SMBIOS_MANUFACTURER="" diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig index aa231b65e0d..85edbbb8c3c 100644 --- a/configs/r8a7796_salvator-x_defconfig +++ b/configs/r8a7796_salvator-x_defconfig @@ -35,5 +35,6 @@ CONFIG_SCIF_CONSOLE=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y CONFIG_SMBIOS_MANUFACTURER="" |
