Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86482
b: refs/heads/master
c: c708453
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Zaytsev authored and John W. Linville committed Feb 28, 2008
1 parent ddac5c5 commit b269bfd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b7524a42e14a7f86fa12611f3419650e99e2526
refs/heads/master: c7084535c9d2b8bcfc19f1ad9452eabde742ae22
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ config B43_PCI_AUTOSELECT
bool
depends on B43 && SSB_PCIHOST_POSSIBLE
select SSB_PCIHOST
select SSB_B43_PCI_BRIDGE
default y

# Auto-select SSB PCICORE driver, if possible
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/b43legacy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ config B43LEGACY_PCI_AUTOSELECT
bool
depends on B43LEGACY && SSB_PCIHOST_POSSIBLE
select SSB_PCIHOST
select SSB_B43_PCI_BRIDGE
default y

# Auto-select SSB PCICORE driver, if possible
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/ssb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ config SSB_PCIHOST

If unsure, say Y

config SSB_B43_PCI_BRIDGE
bool
depends on SSB_PCIHOST
default n

config SSB_PCMCIAHOST_POSSIBLE
bool
depends on SSB && (PCMCIA = y || PCMCIA = SSB) && EXPERIMENTAL
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ssb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o

# b43 pci-ssb-bridge driver
# Not strictly a part of SSB, but kept here for convenience
ssb-$(CONFIG_SSB_PCIHOST) += b43_pci_bridge.o
ssb-$(CONFIG_SSB_B43_PCI_BRIDGE) += b43_pci_bridge.o

obj-$(CONFIG_SSB) += ssb.o
4 changes: 2 additions & 2 deletions trunk/drivers/ssb/ssb_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ extern int ssb_devices_thaw(struct ssb_bus *bus);
extern struct ssb_bus *ssb_pci_dev_to_bus(struct pci_dev *pdev);

/* b43_pci_bridge.c */
#ifdef CONFIG_SSB_PCIHOST
#ifdef CONFIG_SSB_B43_PCI_BRIDGE
extern int __init b43_pci_ssb_bridge_init(void);
extern void __exit b43_pci_ssb_bridge_exit(void);
#else /* CONFIG_SSB_PCIHOST */
#else /* CONFIG_SSB_B43_PCI_BRIDGR */
static inline int b43_pci_ssb_bridge_init(void)
{
return 0;
Expand Down

0 comments on commit b269bfd

Please sign in to comment.