Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309061
b: refs/heads/master
c: 67644c5
h: refs/heads/master
i:
  309059: a5567b4
v: v3
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed May 15, 2012
1 parent c6dd129 commit b97f6c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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: 574d6e70ea25a8d5dd4b77464ae7314d40f1caf2
refs/heads/master: 67644c547fef2739f49c80e5eb1ace82f3e916e2
4 changes: 4 additions & 0 deletions trunk/arch/mips/ath79/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ config SOC_AR724X
select USB_ARCH_HAS_EHCI
select USB_ARCH_HAS_OHCI
select HW_HAS_PCI
select PCI_AR724X if PCI
def_bool n

config SOC_AR913X
Expand All @@ -73,6 +74,9 @@ config SOC_AR934X
select USB_ARCH_HAS_EHCI
def_bool n

config PCI_AR724X
def_bool n

config ATH79_DEV_GPIO_BUTTONS
def_bool n

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/mach-ath79/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int ar71xx_pcibios_init(void);
static inline int ar71xx_pcibios_init(void) { return 0; }
#endif

#if defined(CONFIG_PCI) && defined(CONFIG_SOC_AR724X)
#if defined(CONFIG_PCI_AR724X)
int ar724x_pcibios_init(int irq);
#else
static inline int ar724x_pcibios_init(int irq) { return 0; }
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \
ops-bcm63xx.o
obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o
obj-$(CONFIG_SOC_AR71XX) += pci-ar71xx.o
obj-$(CONFIG_SOC_AR724X) += pci-ar724x.o
obj-$(CONFIG_PCI_AR724X) += pci-ar724x.o

#
# These are still pretty much in the old state, watch, go blind.
Expand Down

0 comments on commit b97f6c1

Please sign in to comment.