aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Dooks <[email protected]>2008-07-01 14:16:49 +0100
committerRussell King <[email protected]>2008-07-03 14:26:21 +0100
commit341eb781019afbf279b42722b00f63c6db00bf09 (patch)
tree3f12f8324af2e477561c1b3ad43b0a3490c658bd
parent9ecba1f288d2cf87d1b6a9401d5ce17464eb776d (diff)
[ARM] 5140/1: RPC: Use HAVE_PATA_PLATFORM to select pata platform driver
Use HAVE_PATA_PLATFORM for ARCH_RPC Cc: Linux ARM Kernel <[email protected]> Cc: Russell King <[email protected]> Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Russell King <[email protected]>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b786e68914d4..640df6a4c850 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -406,6 +406,7 @@ config ARCH_RPC
select FIQ
select TIMER_ACORN
select ARCH_MAY_HAVE_PC_FDC
+ select HAVE_PATA_PLATFORM
select ISA_DMA_API
select NO_IOPORT
help