diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-03 22:35:02 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-06-03 22:43:53 (GMT) |
commit | 0ff27eb25f027602261fd009b1cf588f7918f02c (patch) | |
tree | eb3424358b529911eb1734f4787c8e9dbff557e1 /configs/bf526-ezbrd_defconfig | |
parent | 4835c737ff8ca65aa2bf206dcddd6407f4bc40cf (diff) | |
download | u-boot-0ff27eb25f027602261fd009b1cf588f7918f02c.tar.xz |
configs: blackfin: move CONFIG_USB to defconfig
These Blackfin boards are the last ones that define CONFIG_USB in
their headers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/bf526-ezbrd_defconfig')
-rw-r--r-- | configs/bf526-ezbrd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bf526-ezbrd_defconfig b/configs/bf526-ezbrd_defconfig index 85c2a6b..ea4f8e4 100644 --- a/configs/bf526-ezbrd_defconfig +++ b/configs/bf526-ezbrd_defconfig @@ -17,3 +17,4 @@ CONFIG_CMD_FAT=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SST=y +CONFIG_USB=y |