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 /configs/pico-pi-imx7d_defconfig | |
parent | b975a52e0240ba9e9cfc6fff8f167bc6556f52e9 (diff) | |
download | u-boot-f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e.tar.gz |
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 'configs/pico-pi-imx7d_defconfig')
-rw-r--r-- | configs/pico-pi-imx7d_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pico-pi-imx7d_defconfig b/configs/pico-pi-imx7d_defconfig index 1558739e30..a2d857eeb8 100644 --- a/configs/pico-pi-imx7d_defconfig +++ b/configs/pico-pi-imx7d_defconfig @@ -18,7 +18,7 @@ CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="imx7d-pico-pi.dtb" CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_USB_HOST_SUPPORT=y -CONFIG_SPL_USB_GADGET_SUPPORT=y +CONFIG_SPL_USB_GADGET=y CONFIG_SPL_USB_SDP_SUPPORT=y # CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTMENU=y |