diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-12-16 19:35:59 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-12-16 19:35:59 +0000 |
commit | 9daa5485ba2364956130475c26b918653e929e72 (patch) | |
tree | fbadeca2577e3d98f0335dcc95f64ede23520580 /target/linux/brcm47xx | |
parent | 1da5dcbb7afe57addd4488cebee7abb0c206cf4d (diff) | |
download | upstream-9daa5485ba2364956130475c26b918653e929e72.tar.gz upstream-9daa5485ba2364956130475c26b918653e929e72.tar.bz2 upstream-9daa5485ba2364956130475c26b918653e929e72.zip |
brcm47xx: add ssb debug option.
This fixes a problem with wrt350n.
It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS"
Thank you sn9 for fixing this problem.
SVN-Revision: 24626
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.34 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.36 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.37 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-2.6.34 b/target/linux/brcm47xx/config-2.6.34 index 2770af2aa3..bffbfd01ac 100644 --- a/target/linux/brcm47xx/config-2.6.34 +++ b/target/linux/brcm47xx/config-2.6.34 @@ -157,6 +157,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SSB=y CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_BLOCKIO=y +CONFIG_SSB_DEBUG=y CONFIG_SSB_DRIVER_EXTIF=y CONFIG_SSB_DRIVER_GIGE=y CONFIG_SSB_DRIVER_MIPS=y diff --git a/target/linux/brcm47xx/config-2.6.36 b/target/linux/brcm47xx/config-2.6.36 index f3264cb4d4..9feb722391 100644 --- a/target/linux/brcm47xx/config-2.6.36 +++ b/target/linux/brcm47xx/config-2.6.36 @@ -137,6 +137,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SSB=y CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_BLOCKIO=y +CONFIG_SSB_DEBUG=y CONFIG_SSB_DRIVER_EXTIF=y CONFIG_SSB_DRIVER_GIGE=y CONFIG_SSB_DRIVER_MIPS=y diff --git a/target/linux/brcm47xx/config-2.6.37 b/target/linux/brcm47xx/config-2.6.37 index f3264cb4d4..9feb722391 100644 --- a/target/linux/brcm47xx/config-2.6.37 +++ b/target/linux/brcm47xx/config-2.6.37 @@ -137,6 +137,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SSB=y CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_BLOCKIO=y +CONFIG_SSB_DEBUG=y CONFIG_SSB_DRIVER_EXTIF=y CONFIG_SSB_DRIVER_GIGE=y CONFIG_SSB_DRIVER_MIPS=y |