summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-12-07 11:01:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-12-07 11:01:53 +0000
commit33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e (patch)
treeef21fd02140de5496baa96b91aa4653caf4e5958 /target/linux
parent63135142d88b9635df992a05b659aff508096901 (diff)
downloadmaster-31e0f0ae-33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e.tar.gz
master-31e0f0ae-33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e.tar.bz2
master-31e0f0ae-33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e.zip
kernel: add missing USB configuration symbols after r34501
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/adm5120/config-3.32
-rw-r--r--target/linux/cns3xxx/config-3.32
-rw-r--r--target/linux/generic/config-3.32
-rw-r--r--target/linux/iop32x/config-3.32
-rw-r--r--target/linux/ixp4xx/harddisk/config-default2
-rw-r--r--target/linux/kirkwood/config-3.31
-rw-r--r--target/linux/omap4/config-default2
-rw-r--r--target/linux/orion/config-3.32
-rw-r--r--target/linux/ppc40x/config-3.31
-rw-r--r--target/linux/x86/generic/config-3.32
-rw-r--r--target/linux/x86/olpc/config-3.32
-rw-r--r--target/linux/xburst/id800wt/config-3.31
12 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/adm5120/config-3.3 b/target/linux/adm5120/config-3.3
index 156d384401..a136a9cd34 100644
--- a/target/linux/adm5120/config-3.3
+++ b/target/linux/adm5120/config-3.3
@@ -183,9 +183,11 @@ CONFIG_USB_ADM5120_HCD=m
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_COMMON=m
CONFIG_USB_EHCI_HCD=m
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=m
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_SUPPORT=y
# CONFIG_USB_UHCI_HCD is not set
CONFIG_ZONE_DMA_FLAG=0
diff --git a/target/linux/cns3xxx/config-3.3 b/target/linux/cns3xxx/config-3.3
index 9729b58cf6..6db30d6c2c 100644
--- a/target/linux/cns3xxx/config-3.3
+++ b/target/linux/cns3xxx/config-3.3
@@ -182,11 +182,13 @@ CONFIG_USB_CNS3XXX_OHCI=y
CONFIG_USB_COMMON=y
CONFIG_USB_DWC_OTG=y
CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_ETH is not set
CONFIG_USB_GADGET=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_SUPPORT=y
# CONFIG_USB_UHCI_HCD is not set
CONFIG_USE_GENERIC_SMP_HELPERS=y
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index 2a79dc5c07..a7ce7cfd06 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -3016,6 +3016,7 @@ CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC_OTG_LPM is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_EHCI_HCD_PPC_OF is not set
# CONFIG_USB_EHCI_MV is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
@@ -3145,6 +3146,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_OHCI_HCD_PCI is not set
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
# CONFIG_USB_OHCI_HCD_PPC_OF is not set
# CONFIG_USB_OHCI_HCD_PPC_OF_BE is not set
# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
diff --git a/target/linux/iop32x/config-3.3 b/target/linux/iop32x/config-3.3
index f4b9da9f80..b5e9aaf2f1 100644
--- a/target/linux/iop32x/config-3.3
+++ b/target/linux/iop32x/config-3.3
@@ -131,9 +131,11 @@ CONFIG_USB=m
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_COMMON=m
CONFIG_USB_EHCI_HCD=m
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=m
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_UHCI_HCD=m
CONFIG_VECTORS_BASE=0xffff0000
diff --git a/target/linux/ixp4xx/harddisk/config-default b/target/linux/ixp4xx/harddisk/config-default
index e8ea99213e..78e599ca86 100644
--- a/target/linux/ixp4xx/harddisk/config-default
+++ b/target/linux/ixp4xx/harddisk/config-default
@@ -10,9 +10,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_OHCI_HCD=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_STORAGE=y
diff --git a/target/linux/kirkwood/config-3.3 b/target/linux/kirkwood/config-3.3
index a5fb53f67a..5e1beb11a9 100644
--- a/target/linux/kirkwood/config-3.3
+++ b/target/linux/kirkwood/config-3.3
@@ -163,6 +163,7 @@ CONFIG_USB=y
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_COMMON=y
CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
CONFIG_USB_STORAGE=y
CONFIG_USB_SUPPORT=y
# CONFIG_USB_UHCI_HCD is not set
diff --git a/target/linux/omap4/config-default b/target/linux/omap4/config-default
index bf503d861c..88a4307d7b 100644
--- a/target/linux/omap4/config-default
+++ b/target/linux/omap4/config-default
@@ -320,6 +320,7 @@ CONFIG_USB_COMMON=y
# CONFIG_USB_DUMMY_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_OMAP=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_ETH is not set
# CONFIG_USB_FILE_STORAGE is not set
@@ -343,6 +344,7 @@ CONFIG_USB_NET_SMSC95XX=y
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_OMAP3=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_OMAP=y
CONFIG_USB_OTG_UTILS=y
# CONFIG_USB_R8A66597 is not set
diff --git a/target/linux/orion/config-3.3 b/target/linux/orion/config-3.3
index c0da819b66..caeaa70e48 100644
--- a/target/linux/orion/config-3.3
+++ b/target/linux/orion/config-3.3
@@ -167,9 +167,11 @@ CONFIG_USB=m
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_COMMON=m
CONFIG_USB_EHCI_HCD=m
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=m
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_UHCI_HCD=m
CONFIG_VECTORS_BASE=0xffff0000
diff --git a/target/linux/ppc40x/config-3.3 b/target/linux/ppc40x/config-3.3
index 0221bf5731..f0720cb267 100644
--- a/target/linux/ppc40x/config-3.3
+++ b/target/linux/ppc40x/config-3.3
@@ -206,6 +206,7 @@ CONFIG_USB_COMMON=m
CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
CONFIG_USB_OHCI_HCD=m
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_OHCI_HCD_PCI=y
CONFIG_USB_OHCI_HCD_PPC_OF=y
CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
diff --git a/target/linux/x86/generic/config-3.3 b/target/linux/x86/generic/config-3.3
index eabcbf06f4..90bdacd979 100644
--- a/target/linux/x86/generic/config-3.3
+++ b/target/linux/x86/generic/config-3.3
@@ -169,9 +169,11 @@ CONFIG_SERIAL_8250_PNP=y
CONFIG_USB=y
CONFIG_USB_COMMON=y
CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_STORAGE=y
CONFIG_USB_UHCI_HCD=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
diff --git a/target/linux/x86/olpc/config-3.3 b/target/linux/x86/olpc/config-3.3
index 41357e1098..184b8398af 100644
--- a/target/linux/x86/olpc/config-3.3
+++ b/target/linux/x86/olpc/config-3.3
@@ -101,10 +101,12 @@ CONFIG_TIMER_STATS=y
CONFIG_USB=y
CONFIG_USB_COMMON=y
CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_STORAGE=y
CONFIG_USB_UHCI_HCD=y
CONFIG_VGA_ARB=y
diff --git a/target/linux/xburst/id800wt/config-3.3 b/target/linux/xburst/id800wt/config-3.3
index eb63a809a1..9d2ae4be97 100644
--- a/target/linux/xburst/id800wt/config-3.3
+++ b/target/linux/xburst/id800wt/config-3.3
@@ -48,4 +48,5 @@ CONFIG_USB=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_STORAGE=y