diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2016-03-25 16:39:47 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-25 15:29:48 -0400 |
commit | f9d0fd8a566f78f27a510258c34b3526f9822e92 (patch) | |
tree | 4af36808402c9111235efece9d5d87de14f31bce /configs/sama5d4ek_mmc_defconfig | |
parent | a6164205ee933fa956d9f07f4ae08b39b64629e7 (diff) | |
download | u-boot-f9d0fd8a566f78f27a510258c34b3526f9822e92.tar.gz |
usb: gadget: Move CONFIG_USB_GADGET to Kconfig
The description was borrowed from kernel. "tristate" type was changed
to "bool" (I believe we don't support modules for u-boot yet, right?).
CONFIG_USB_GADGET requires CONFIG_USB to be defined too, so add it along
as well.
Definitions were added to defconfig files in a way that
"make savedefconfig" generates exactly the same file as used defconfig.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
[trini: Add zynq_zc702 conversion]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d4ek_mmc_defconfig')
-rw-r--r-- | configs/sama5d4ek_mmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d4ek_mmc_defconfig b/configs/sama5d4ek_mmc_defconfig index bf81f9b38d..2a17e208f7 100644 --- a/configs/sama5d4ek_mmc_defconfig +++ b/configs/sama5d4ek_mmc_defconfig @@ -10,4 +10,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_MMC" # CONFIG_CMD_FPGA is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y +CONFIG_USB=y +CONFIG_USB_GADGET=y CONFIG_OF_LIBFDT=y |