mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-05 13:52:14 +00:00
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>
This commit is contained in:
parent
4835c737ff
commit
0ff27eb25f
7 changed files with 4 additions and 3 deletions
|
@ -125,7 +125,6 @@
|
|||
* USB Settings
|
||||
*/
|
||||
#if !defined(__ADSPBF522__) && !defined(__ADSPBF523__)
|
||||
#define CONFIG_USB
|
||||
#define CONFIG_USB_MUSB_HCD
|
||||
#define CONFIG_USB_BLACKFIN
|
||||
#define CONFIG_USB_STORAGE
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
* USB Settings
|
||||
*/
|
||||
#if !defined(__ADSPBF522__) && !defined(__ADSPBF523__)
|
||||
#define CONFIG_USB
|
||||
#define CONFIG_USB_MUSB_HCD
|
||||
#define CONFIG_USB_BLACKFIN
|
||||
#define CONFIG_USB_STORAGE
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue