aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt288x
diff options
context:
space:
mode:
authorTobias Wolf <github-NTEO@vplace.de>2016-11-18 15:52:38 +0100
committerMathias Kresin <dev@kresin.me>2016-12-04 07:03:17 +0100
commit2e020e2cef40cf14766b5269c83feccfc5b8200b (patch)
tree0f9119ce472dfa0120e12013e6305e3782d85504 /target/linux/ramips/rt288x
parent13c0d208b23ef82f870b55d965326f313bdbc27b (diff)
downloadupstream-2e020e2cef40cf14766b5269c83feccfc5b8200b.tar.gz
upstream-2e020e2cef40cf14766b5269c83feccfc5b8200b.tar.bz2
upstream-2e020e2cef40cf14766b5269c83feccfc5b8200b.zip
ramips: add support for PCI based OHCI/EHCI support for F5D8235 V1
This router uses an PCI attached NEC EHCI controller to support the single USB port. Signed-off-by: Tobias Wolf <github-NTEO@vplace.de>
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r--target/linux/ramips/rt288x/config-4.48
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-4.4 b/target/linux/ramips/rt288x/config-4.4
index c6ecf0b96f..5f29322874 100644
--- a/target/linux/ramips/rt288x/config-4.4
+++ b/target/linux/ramips/rt288x/config-4.4
@@ -190,6 +190,14 @@ CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
CONFIG_SYS_SUPPORTS_MIPS16=y
CONFIG_TICK_CPU_ACCOUNTING=y
+CONFIG_USB=m
+CONFIG_USB_COMMON=m
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_EHCI_HCD_PLATFORM=m
+CONFIG_USB_EHCI_PCI=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_OHCI_HCD_PCI=m
+CONFIG_USB_OHCI_HCD_PLATFORM=m
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y
CONFIG_WATCHDOG_CORE=y