Browse Source

powerpc/qe: Fix Kconfig enablement of QE_USB support

Commit 193ab2a6070039e7ee2b9b9bebea754a7c52fd1b changed the USB gadget
Kconfig symbol from USB_GADGET_FSL_QE to USB_FSL_QE, but did not update
the associated symbol name in qe_lib to match.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kumar Gala 12 years ago
parent
commit
22aebe69e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/sysdev/qe_lib/Kconfig

+ 1 - 1
arch/powerpc/sysdev/qe_lib/Kconfig

@@ -22,6 +22,6 @@ config UCC
 
 config QE_USB
 	bool
-	default y if USB_GADGET_FSL_QE
+	default y if USB_FSL_QE
 	help
 	  QE USB Controller support