diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-29 14:20:06 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-12-04 09:00:12 -0500 |
commit | 5322418502be4696ebdef2ed164bbd0a348d4816 (patch) | |
tree | f5a2e2ea9b1988c2ed811e46573f9bb0d8630b7c /arch/frv/Kconfig | |
parent | 845501213033d0058945776349f15502823359d8 (diff) |
frv: switch to GENERIC_PCI_IOMAP
frv uses a version of pci_iomap that simply
casts and returns back the start address.
Looking closely, both ioremap and ioport_map seem to
do this on this platform, so the generic pci_iomap
will DTRT automatically.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index bad27a6ff407..dfde78b09322 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -317,6 +317,7 @@ config PCI | |||
317 | bool "Use PCI" | 317 | bool "Use PCI" |
318 | depends on MB93090_MB00 | 318 | depends on MB93090_MB00 |
319 | default y | 319 | default y |
320 | select GENERIC_PCI_IOMAP | ||
320 | help | 321 | help |
321 | Some FR-V systems (such as the MB93090-MB00 VDK) have PCI | 322 | Some FR-V systems (such as the MB93090-MB00 VDK) have PCI |
322 | onboard. If you have one of these boards and you wish to use the PCI | 323 | onboard. If you have one of these boards and you wish to use the PCI |