projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c741720
)
powerpc/qe: Fix Kconfig enablement of QE_USB support
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 15 Mar 2013 16:14:15 +0000
(11:14 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Fri, 15 Mar 2013 16:14:15 +0000
(11:14 -0500)
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
patch
|
blob
|
history
diff --git
a/arch/powerpc/sysdev/qe_lib/Kconfig
b/arch/powerpc/sysdev/qe_lib/Kconfig
index 41ac3dfac98e1e85dabb16a01693984b7ba70414..3c251993bacd502992ca2b9188993b5e69802eaf 100644
(file)
--- 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