From: Greg Ungerer <gerg@uclinux.org>
Date: Mon, 28 Nov 2011 03:22:53 +0000 (+1000)
Subject: m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b1f7735ef47a97108f945eac48812855b6599139;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs

All support code for the PCI bus hardware on the ColdFire 547x and 548x
CPUs is now in. Allow enabling of CONFIG_PCI for them.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---

diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
index 3adb499584fb..ffc0601a2a19 100644
--- a/arch/m68k/Kconfig.bus
+++ b/arch/m68k/Kconfig.bus
@@ -48,6 +48,13 @@ config ISA
 config GENERIC_ISA_DMA
 	def_bool ISA
 
+config PCI
+	bool "PCI support"
+	depends on M54xx
+	help
+	  Enable the PCI bus. Support for the PCI bus hardware built into the
+	  ColdFire 547x and 548x processors.
+
 source "drivers/pci/Kconfig"
 
 source "drivers/zorro/Kconfig"