diff options
author | Aaron Wu <Aaron.wu@analog.com> | 2013-12-05 15:55:27 +0800 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2014-01-29 15:13:20 +0800 |
commit | 44148338cec1cc69171ed4554333aec786b7d49a (patch) | |
tree | 6ce590c24be9ba667a47aa6fe7b568887451be4f /arch | |
parent | 1b6012394bec5dc653d495245c5495db08f817f6 (diff) | |
download | linux-44148338cec1cc69171ed4554333aec786b7d49a.tar.gz linux-44148338cec1cc69171ed4554333aec786b7d49a.tar.bz2 linux-44148338cec1cc69171ed4554333aec786b7d49a.zip |
fix build error for bf527-ezkit_defconfig for old silicon
Signed-off-by: Aaron Wu <Aaron.wu@analog.com>
fix build error for bf527-ezkit_defconfig for old silicon
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/configs/BF527-EZKIT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/configs/BF527-EZKIT_defconfig b/arch/blackfin/configs/BF527-EZKIT_defconfig index 90b175323644..af2738c7441b 100644 --- a/arch/blackfin/configs/BF527-EZKIT_defconfig +++ b/arch/blackfin/configs/BF527-EZKIT_defconfig @@ -146,6 +146,7 @@ CONFIG_USB_DEVICEFS=y CONFIG_USB_OTG_BLACKLIST_HUB=y CONFIG_USB_MON=y CONFIG_USB_MUSB_HDRC=y +CONFIG_MUSB_PIO_ONLY=y CONFIG_USB_MUSB_BLACKFIN=y CONFIG_MUSB_PIO_ONLY=y CONFIG_USB_STORAGE=y |