m68k: allow ColdFire PCI bus on MMU and non-MMU configuration
authorGreg Ungerer <gerg@linux-m68k.org>
Mon, 2 Apr 2018 13:28:52 +0000 (23:28 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 27 May 2018 23:45:27 +0000 (09:45 +1000)
commit4a2e130cce1f6ad1b70f0fa8ca1852377fc285ae
tree2a20be3805aea7cc04a0c6d73f11709cb42754b7
parentbe39cbcbd6cc94ed0e6daf3637cc092641254cf3
m68k: allow ColdFire PCI bus on MMU and non-MMU configuration

Up to now we have only had support for the PCI bus when running the
ColdFire CPU family with the MMU enabled. The only reason for this was
the incomplete state of the IO remapping and access functions when
running with the MMU disabled.

Recent fixes and improvements to the ColdFire IO access code means we
can now support the PCI bus when running non-MMU enabled as well.
So modify the configuration support to allow it to be selected no matter
what choice of MMU mode is used.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Reviewed-by: Angelo Dureghello <angelo@sysam.it>
Tested-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/Kconfig.bus