[lantiq] adds 3.3 patches and files
[openwrt.git] / target / linux / lantiq / patches-3.3 / 0065-MIPS-lantiq-adds-USB_ARCH_HAS_HCD-to-CONFIG_LANTIQ.patch
1 From 495ab2cb0a347dd8270634e42993418eb8122c9e Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Fri, 23 Mar 2012 11:28:22 +0100
4 Subject: [PATCH 65/70] MIPS: lantiq: adds USB_ARCH_HAS_HCD to CONFIG_LANTIQ
5
6 ---
7  arch/mips/Kconfig |    1 +
8  1 files changed, 1 insertions(+), 0 deletions(-)
9
10 diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
11 index df21d0d..8d3b920 100644
12 --- a/arch/mips/Kconfig
13 +++ b/arch/mips/Kconfig
14 @@ -232,6 +232,7 @@ config LANTIQ
15         select CLKDEV_LOOKUP
16         select HAVE_OPROFILE
17         select MIPS_MACHINE
18 +       select USB_ARCH_HAS_HCD
19  
20  config LASAT
21         bool "LASAT Networks platforms"
22 -- 
23 1.7.9.1
24