diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2019-01-10 15:44:13 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-01-10 18:52:55 +0100 |
commit | f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e (patch) | |
tree | 4f6912e6a1222d6c51564fc1061dab512ac946c8 /common | |
parent | b975a52e0240ba9e9cfc6fff8f167bc6556f52e9 (diff) |
Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET
The SPL option for USB gadget should be named after the option for u-boot
(CONFIG_USB_GADGET)
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 35472f4a92..37ecbc6b1c 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -776,13 +776,13 @@ config SPL_USB_SUPPORT config options. This enables loading from USB using a configured device. -config SPL_USB_GADGET_SUPPORT +config SPL_USB_GADGET bool "Suppport USB Gadget drivers" help Enable USB Gadget API which allows to enable USB device functions in SPL. -if SPL_USB_GADGET_SUPPORT +if SPL_USB_GADGET config SPL_USB_ETHER bool "Support USB Ethernet drivers" |