mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 20:16:15 +07:00
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>
This commit is contained in:
parent
c741720256
commit
22aebe69e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user