| Submitter | Kumar Gala |
|---|---|
| Date | March 15, 2013, 4:15 p.m. |
| Message ID | <1363364153-25427-1-git-send-email-galak@kernel.crashing.org> |
| Download | mbox | patch |
| Permalink | /patch/228083/ |
| State | Accepted |
| Commit | 22aebe69e5b26e7a95abaa7246a4c12d66260b0b |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/sysdev/qe_lib/Kconfig b/arch/powerpc/sysdev/qe_lib/Kconfig index 41ac3df..3c25199 100644 --- a/arch/powerpc/sysdev/qe_lib/Kconfig +++ b/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
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> --- arch/powerpc/sysdev/qe_lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)