Skip to content

Commit

Permalink
powerpc/qe: Fix Kconfig enablement of QE_USB support
Browse files Browse the repository at this point in the history
Commit 193ab2a 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>
  • Loading branch information
kumargala committed Mar 15, 2013
1 parent c741720 commit 22aebe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/sysdev/qe_lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22aebe6

Please sign in to comment.