diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 13:57:23 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-11-28 14:13:06 -0500 |
commit | e5bfb72ce2ce558b5a5a46cc5694001f0479c7f2 (patch) | |
tree | cdbea1fb4d12581913eaa2007618cdf358fd075a /arch/arm/Kconfig | |
parent | f2971c4c3197935f409bff202b9ab67416981dd7 (diff) |
arm: switch to GENERIC_PCI_IOMAP
arm copied pci_iomap from generic code, probably to avoid
pulling the rest of iomap.c in. Since that's in
a separate file now, we can reuse the common implementation.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 44789eff983f..2ebf66b8008f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -30,6 +30,7 @@ config ARM | |||
30 | select HAVE_SPARSE_IRQ | 30 | select HAVE_SPARSE_IRQ |
31 | select GENERIC_IRQ_SHOW | 31 | select GENERIC_IRQ_SHOW |
32 | select CPU_PM if (SUSPEND || CPU_IDLE) | 32 | select CPU_PM if (SUSPEND || CPU_IDLE) |
33 | select GENERIC_PCI_IOMAP | ||
33 | help | 34 | help |
34 | The ARM series is a line of low-power-consumption RISC chip designs | 35 | The ARM series is a line of low-power-consumption RISC chip designs |
35 | licensed by ARM Ltd and targeted at embedded applications and | 36 | licensed by ARM Ltd and targeted at embedded applications and |