| To: | gregkh@linuxfoundation.org |
|---|---|
| Subject: | [PATCH] MIPS: Alchemy: update development boards defconfigs with USB platform drivers |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Tue, 23 Oct 2012 12:16:08 +0200 |
| Cc: | linux-mips@linux-mips.org, linux-usb@vger.kernel.org, stern@rowland.harvard.edu, manuel.lauss@gmail.com, Florian Fainelli <florian@openwrt.org> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
Commit 2be350fa (MIPS: Alchemy: use the ehci platform driver) and commit e223a4cc (MIPS: Alchemy: use the OHCI platform driver) have change the Alchemy platform code to register an EHCI and OHCI platform driver, the defconfig file must thus be accordingly updated to build these drivers by default. Signed-off-by: Florian Fainelli <florian@openwrt.org> --- arch/mips/configs/db1235_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/configs/db1235_defconfig b/arch/mips/configs/db1235_defconfig index c48998f..14752dd 100644 --- a/arch/mips/configs/db1235_defconfig +++ b/arch/mips/configs/db1235_defconfig @@ -346,8 +346,10 @@ CONFIG_USB=y CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_SUSPEND=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PLATFORM=y CONFIG_USB_STORAGE=y CONFIG_MMC=y CONFIG_MMC_CLKGATE=y -- 1.7.9.5 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] clk: Make the generic clock API available by default, Mark Brown |
|---|---|
| Next by Date: | [RFC 02/13] MIPS: JZ4750D: Add clock API support, Antony Pavlov |
| Previous by Thread: | [PATCH 0/4] MIPS: Loongson1B: enable common clock infrastructure, Kelvin Cheung |
| Next by Thread: | [RFC 00/13] MIPS: JZ4750D: Add base support for Ingenic JZ4750D SOC, Antony Pavlov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |