summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2007-06-21 20:10:50 +0000
committerPeter Denison <openwrt@marshadder.org>2007-06-21 20:10:50 +0000
commit0f3100df555289b57b816f1fb767a9908bf862cd (patch)
tree3484c631f3eaea7fccab2fa15ffab748837f1709 /target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig
parentb94b11e11eee8b43ec951f46afc446bfaaebb87c (diff)
downloadmaster-31e0f0ae-0f3100df555289b57b816f1fb767a9908bf862cd.tar.gz
master-31e0f0ae-0f3100df555289b57b816f1fb767a9908bf862cd.tar.bz2
master-31e0f0ae-0f3100df555289b57b816f1fb767a9908bf862cd.zip
brcm43xx: update SSB driver * files/ now contains the wireless-dev tree version * patches/210-ssb_merge is nbd's subsequent changes
SVN-Revision: 7691
Diffstat (limited to 'target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig')
-rw-r--r--target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig b/target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig
index 09330dfa6b..03c4945868 100644
--- a/target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig
+++ b/target/linux/brcm47xx-2.6/files/drivers/ssb/Kconfig
@@ -71,4 +71,23 @@ config SSB_PCICORE_HOSTMODE
help
PCIcore hostmode operation (external PCI bus).
+config SSB_DRIVER_MIPS
+ bool "SSB Broadcom MIPS core driver"
+ depends on SSB && MIPS
+ select SSB_SERIAL
+ help
+ Driver for the Sonics Silicon Backplane attached
+ Broadcom MIPS core.
+
+ If unsure, say N
+
+config SSB_DRIVER_EXTIF
+ bool "SSB Broadcom EXTIF core driver"
+ depends on SSB_DRIVER_MIPS
+ help
+ Driver for the Sonics Silicon Backplane attached
+ Broadcom EXTIF core.
+
+ If unsure, say N
+
endmenu