aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-03-27 21:35:03 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-03-27 21:35:03 -0400
commit5d80f8e5a9dc9c9a94d4aeaa567e219a808b8a4a (patch)
tree357258d77e2153ef7409926773655c5f8775a1f3 /drivers/ssb/Kconfig
parent7b616c8a2f5c8507b4aed6907336ec5b85803a39 (diff)
parent0870352bc6e0dee485c86a0c99dd60e7089c8917 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (166 commits) Revert "ax25: zero length frame filtering in AX25" Revert "netrom: zero length frame filtering in NetRom" cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to n mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi mac80211: fix aggregation to not require queue stop mac80211: add skb length sanity checking mac80211: unify and fix TX aggregation start mac80211: clean up __ieee80211_tx args mac80211: rework the pending packets code mac80211: fix A-MPDU queue assignment mac80211: rewrite fragmentation iwlwifi: show current driver status in user readable format b43: Add BCM4307 PCI-ID cfg80211: fix locking in nl80211_set_wiphy mac80211: fix RX path ath5k: properly drop packets from ops->tx ar9170: single module build ath9k: fix dma mapping leak of rx buffer upon rmmod rt2x00: New USB ID for rt73usb ath5k: warn and correct rate for unknown hw rate indexes ...
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r--drivers/ssb/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
index b1b947edcf01..540a2948596c 100644
--- a/drivers/ssb/Kconfig
+++ b/drivers/ssb/Kconfig
@@ -53,11 +53,11 @@ config SSB_B43_PCI_BRIDGE
53 53
54config SSB_PCMCIAHOST_POSSIBLE 54config SSB_PCMCIAHOST_POSSIBLE
55 bool 55 bool
56 depends on SSB && (PCMCIA = y || PCMCIA = SSB) && EXPERIMENTAL 56 depends on SSB && (PCMCIA = y || PCMCIA = SSB)
57 default y 57 default y
58 58
59config SSB_PCMCIAHOST 59config SSB_PCMCIAHOST
60 bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)" 60 bool "Support for SSB on PCMCIA-bus host"
61 depends on SSB_PCMCIAHOST_POSSIBLE 61 depends on SSB_PCMCIAHOST_POSSIBLE
62 select SSB_SPROM 62 select SSB_SPROM
63 help 63 help
@@ -107,14 +107,14 @@ config SSB_DRIVER_PCICORE
107 If unsure, say Y 107 If unsure, say Y
108 108
109config SSB_PCICORE_HOSTMODE 109config SSB_PCICORE_HOSTMODE
110 bool "Hostmode support for SSB PCI core (EXPERIMENTAL)" 110 bool "Hostmode support for SSB PCI core"
111 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS && EXPERIMENTAL 111 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
112 help 112 help
113 PCIcore hostmode operation (external PCI bus). 113 PCIcore hostmode operation (external PCI bus).
114 114
115config SSB_DRIVER_MIPS 115config SSB_DRIVER_MIPS
116 bool "SSB Broadcom MIPS core driver (EXPERIMENTAL)" 116 bool "SSB Broadcom MIPS core driver"
117 depends on SSB && MIPS && EXPERIMENTAL 117 depends on SSB && MIPS
118 select SSB_SERIAL 118 select SSB_SERIAL
119 help 119 help
120 Driver for the Sonics Silicon Backplane attached 120 Driver for the Sonics Silicon Backplane attached
@@ -129,8 +129,8 @@ config SSB_EMBEDDED
129 default y 129 default y
130 130
131config SSB_DRIVER_EXTIF 131config SSB_DRIVER_EXTIF
132 bool "SSB Broadcom EXTIF core driver (EXPERIMENTAL)" 132 bool "SSB Broadcom EXTIF core driver"
133 depends on SSB_DRIVER_MIPS && EXPERIMENTAL 133 depends on SSB_DRIVER_MIPS
134 help 134 help
135 Driver for the Sonics Silicon Backplane attached 135 Driver for the Sonics Silicon Backplane attached
136 Broadcom EXTIF core. 136 Broadcom EXTIF core.