Signed-off-by: Daniel Hellstrom <daniel@xxxxxxxxxxx> Suggested-by: Sam Ravnborg <sam@xxxxxxxxxxxx> --- arch/sparc/Kconfig | 2 +- arch/sparc/kernel/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index c4bd27d..04c45cc 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -511,7 +511,7 @@ config LEON_GRPCI1 from the bootloader that makes the GRPCI to generate interrupts on detected PCI Parity and System errors. -config GRPCI2 +config LEON_GRPCI2 bool "GRPCI2 Host Bridge Support" depends on LEON_PCI default y diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 712fa2e..2e0b1bb 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile @@ -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_LEON_GRPCI2) += leon_pci_grpci2.o obj-$(CONFIG_LEON_GRPCI1) += leon_pci_grpci1.o obj-$(CONFIG_SMP) += trampoline_$(BITS).o smp_$(BITS).o -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html