1
0
Fork 0

powerpc/qe: Fix Kconfig enablement of QE_USB support

Commit 193ab2a607 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>
hifive-unleashed-5.1
Kumar Gala 2013-03-15 11:14:15 -05:00
parent c741720256
commit 22aebe69e5
1 changed files with 1 additions and 1 deletions

View File

@ -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