Browse Source

sparc: PCIC_PCI needs SPARC32 dependency

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 14 years ago
parent
commit
8c47f8d07e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sparc/Kconfig

+ 1 - 1
arch/sparc/Kconfig

@@ -529,7 +529,7 @@ config PCI_SYSCALL
 
 
 config PCIC_PCI
 config PCIC_PCI
 	bool
 	bool
-	depends on PCI && !SPARC_LEON
+	depends on PCI && SPARC32 && !SPARC_LEON
 	default y
 	default y
 
 
 config LEON_PCI
 config LEON_PCI