diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-04 07:35:02 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-06-04 00:43:53 +0200 |
commit | 0ff27eb25f027602261fd009b1cf588f7918f02c (patch) | |
tree | eb3424358b529911eb1734f4787c8e9dbff557e1 /include/configs/bf548-ezkit.h | |
parent | 4835c737ff8ca65aa2bf206dcddd6407f4bc40cf (diff) |
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 'include/configs/bf548-ezkit.h')
-rw-r--r-- | include/configs/bf548-ezkit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index 6830e4d7c99..be28ea33ad9 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -151,7 +151,6 @@ * USB Settings */ #if !defined(__ADSPBF544__) -#define CONFIG_USB #define CONFIG_USB_MUSB_HCD #define CONFIG_USB_BLACKFIN #define CONFIG_USB_STORAGE |