Skip to content

Commit

Permalink
sparc,leon: updated GRPCI2 config name
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hellstrom <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
daniel-hellstrom authored and davem330 committed Mar 20, 2013
1 parent d865010 commit 1ab0a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ config SPARC_GRPCI1
from the bootloader that makes the GRPCI to generate interrupts
on detected PCI Parity and System errors.

config GRPCI2
config SPARC_GRPCI2
bool "GRPCI2 Host Bridge Support"
depends on LEON_PCI
default y
Expand Down
2 changes: 1 addition & 1 deletion arch/sparc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ obj-y += dma.o

obj-$(CONFIG_PCIC_PCI) += pcic.o
obj-$(CONFIG_LEON_PCI) += leon_pci.o
obj-$(CONFIG_GRPCI2) += leon_pci_grpci2.o
obj-$(CONFIG_SPARC_GRPCI2)+= leon_pci_grpci2.o
obj-$(CONFIG_SPARC_GRPCI1)+= leon_pci_grpci1.o

obj-$(CONFIG_SMP) += trampoline_$(BITS).o smp_$(BITS).o
Expand Down

0 comments on commit 1ab0a67

Please sign in to comment.