diff options
author | Uri Mashiach <uri.mashiach@compulab.co.il> | 2017-02-23 15:39:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-08 11:38:39 -0400 |
commit | dc07961f5eb505bbf1d2cdfccf337b9e757ec41e (patch) | |
tree | be2013fb6d999ebf128a8912683bcfb6b1b1403d /configs/cl-som-am57x_defconfig | |
parent | d9eb26eb15150cf11dd522be1a54c4edfbae42e6 (diff) | |
download | u-boot-dc07961f5eb505bbf1d2cdfccf337b9e757ec41e.tar.gz |
arm: am57xx: cl-som-am57x: enable USB commands
Add CONFIG_CMD_USB to the defconfig file.
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/cl-som-am57x_defconfig')
-rw-r--r-- | configs/cl-som-am57x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index f2e55794f5..ed419a34d1 100644 --- a/configs/cl-som-am57x_defconfig +++ b/configs/cl-som-am57x_defconfig @@ -16,6 +16,7 @@ CONFIG_CMD_PART=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y |