diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-05-26 06:55:51 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-06-05 02:54:00 -0400 |
commit | f1b3b4450dcbfd0098b6fc3b00f4880701550c83 (patch) | |
tree | 39a47dc12078e0eef45cbced5d0886fea53aaaca | |
parent | 52aeeb3727af9b5ee4c85c42baff92501b5ceae1 (diff) |
powerpc/85xx: 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>
Signed-off-by: Scott Wood <scottwood@freescale.com>
-rw-r--r-- | arch/powerpc/configs/85xx/xes_mpc85xx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig b/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig index 34f3ea1729e0..858b539d004b 100644 --- a/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig +++ b/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig | |||
@@ -108,7 +108,7 @@ CONFIG_SENSORS_LM90=y | |||
108 | CONFIG_WATCHDOG=y | 108 | CONFIG_WATCHDOG=y |
109 | CONFIG_USB=y | 109 | CONFIG_USB=y |
110 | CONFIG_USB_MON=y | 110 | CONFIG_USB_MON=y |
111 | CONFIG_USB_ISP1760_HCD=y | 111 | CONFIG_USB_ISP1760=y |
112 | CONFIG_USB_STORAGE=y | 112 | CONFIG_USB_STORAGE=y |
113 | CONFIG_NEW_LEDS=y | 113 | CONFIG_NEW_LEDS=y |
114 | CONFIG_LEDS_CLASS=y | 114 | CONFIG_LEDS_CLASS=y |