diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:45:55 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:45:55 +0000 |
commit | bb35646894f86d3e62d7e16b9221ec0bd28ec25a (patch) | |
tree | e0a0f9356f99081b52a006aaba27ffd31323058a /target/linux/brcm63xx | |
parent | 1a2e8d8f278590289badc61aba8f059aacd3b240 (diff) | |
download | upstream-bb35646894f86d3e62d7e16b9221ec0bd28ec25a.tar.gz upstream-bb35646894f86d3e62d7e16b9221ec0bd28ec25a.tar.bz2 upstream-bb35646894f86d3e62d7e16b9221ec0bd28ec25a.zip |
brcm63xx: BCM6318 needs to select _HAS_OHCI/EHCI too
USB will fail to work if compiling with BCM6318 only if BCM63XX_HAS_EHCI
and BCM63XX_HAS_OHCI are not selected.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/347-MIPS-BCM6318-USB-support.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/347-MIPS-BCM6318-USB-support.patch b/target/linux/brcm63xx/patches-3.10/347-MIPS-BCM6318-USB-support.patch index ff10d497f0..cd4189be5e 100644 --- a/target/linux/brcm63xx/patches-3.10/347-MIPS-BCM6318-USB-support.patch +++ b/target/linux/brcm63xx/patches-3.10/347-MIPS-BCM6318-USB-support.patch @@ -111,3 +111,14 @@ } /* +--- a/arch/mips/bcm63xx/Kconfig ++++ b/arch/mips/bcm63xx/Kconfig +@@ -22,6 +22,8 @@ config BCM63XX_CPU_6318 + bool "support 6318 CPU" + select SYS_HAS_CPU_BMIPS32_3300 + select HW_HAS_PCI ++ select BCM63XX_OHCI ++ select BCM63XX_EHCI + + config BCM63XX_CPU_6328 + bool "support 6328 CPU" |