diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-05-26 06:54:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-05-26 10:46:53 -0400 |
commit | 5767b52c47488e288c6b6f94e4739e1fdfdf4e81 (patch) | |
tree | d00beece38fca59375ac00511847c257fcc8c518 /arch/mips/configs | |
parent | 884e7e5e7d1a35b944436895852d5ed24e79d42e (diff) |
MIPS: Fuloong 2E: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760
Since commit 100832abf065bc18 ("usb: isp1760: Make HCD support
optional"), CONFIG_USB_ISP1760_HCD is automatically selected when
needed. Enabling that option in the defconfig is now a no-op, and no
longer enables ISP1760 HCD support.
Re-enable the ISP1760 driver in the defconfig by enabling
USB_ISP1760_HOST_ROLE instead.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10180/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/fuloong2e_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/configs/fuloong2e_defconfig b/arch/mips/configs/fuloong2e_defconfig index 002680648dcb..b2a577ebce0b 100644 --- a/arch/mips/configs/fuloong2e_defconfig +++ b/arch/mips/configs/fuloong2e_defconfig | |||
@@ -194,7 +194,7 @@ CONFIG_USB_WUSB_CBAF=m | |||
194 | CONFIG_USB_C67X00_HCD=m | 194 | CONFIG_USB_C67X00_HCD=m |
195 | CONFIG_USB_EHCI_HCD=y | 195 | CONFIG_USB_EHCI_HCD=y |
196 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | 196 | CONFIG_USB_EHCI_ROOT_HUB_TT=y |
197 | CONFIG_USB_ISP1760_HCD=m | 197 | CONFIG_USB_ISP1760=m |
198 | CONFIG_USB_OHCI_HCD=y | 198 | CONFIG_USB_OHCI_HCD=y |
199 | CONFIG_USB_UHCI_HCD=m | 199 | CONFIG_USB_UHCI_HCD=m |
200 | CONFIG_USB_R8A66597_HCD=m | 200 | CONFIG_USB_R8A66597_HCD=m |