mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
usb: gadget: spl: Add missing dependency for SPL_USB_GADGET
It makes no sense to ask about nor enable SPL_USB_GADGET without SPL_FRAMEWORK being enabled. Attempting to do so leads to Kconfig noting dependency issues. Add the missing dependency. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
This commit is contained in:
parent
caa740df9c
commit
3b0945fb7b
@ -39,6 +39,7 @@ menuconfig USB_GADGET
|
||||
|
||||
config SPL_USB_GADGET
|
||||
bool "USB Gadget Support in SPL"
|
||||
depends on SPL_FRAMEWORK
|
||||
help
|
||||
Enable USB Gadget API which allows to enable USB device functions
|
||||
in SPL.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user