Commit 22aebe69 authored by Kumar Gala's avatar Kumar Gala

powerpc/qe: Fix Kconfig enablement of QE_USB support

Commit 193ab2a6 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: default avatarKumar Gala <galak@kernel.crashing.org>
parent c7417202
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment