[PATCH] Miscellaneous for Taco
Sean MacLennan
smaclennan at pikatech.com
Thu Jan 10 04:26:14 EST 2008
Stefan Roese wrote:
> On Tuesday 08 January 2008, Sean MacLennan wrote:
>
>> How about just 44x?
>>
>> Cheers,
>> Sean
>>
>> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
>> index 7580aa5..682deae 100644
>> --- a/drivers/usb/Kconfig
>> +++ b/drivers/usb/Kconfig
>> @@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI
>> # PPC:
>> default y if STB03xxx
>> default y if PPC_MPC52xx
>> + default y if 44x
>>
>
> No. Not all 44x have OHCI built in. Currently 440EP, 440EPx and 405EZ have it.
> But since your patch only touches 440EP, you should just enable OHCI for
> exactly this platform.
>
> Best regards,
> Stefan
>
Signed-off-by: Sean MacLennan <smaclennan at pikatech.com>
---
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 7580aa5..2660f30 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI
# PPC:
default y if STB03xxx
default y if PPC_MPC52xx
+ default y if 440EP
# MIPS:
default y if SOC_AU1X00
# more:
More information about the Linuxppc-dev
mailing list