aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-06-02 22:49:11 -0700
committerDavid S. Miller <davem@davemloft.net>2011-06-02 22:49:11 -0700
commit8c47f8d07e16034dfbf736bb4478809aba8a53f1 (patch)
treeeb98958eeb86d9bec8e6c18ac2b79f619452e2ab /arch/sparc
parentsparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATED (diff)
downloadlinux-dev-8c47f8d07e16034dfbf736bb4478809aba8a53f1.tar.xz
linux-dev-8c47f8d07e16034dfbf736bb4478809aba8a53f1.zip
sparc: PCIC_PCI needs SPARC32 dependency
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index cb1c2f112fa9..253986bd6bb6 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -529,7 +529,7 @@ config PCI_SYSCALL
config PCIC_PCI
bool
- depends on PCI && !SPARC_LEON
+ depends on PCI && SPARC32 && !SPARC_LEON
default y
config LEON_PCI