diff options
author | Dan Williams <dan.j.williams@intel.com> | 2007-04-18 04:46:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 22:02:37 -0400 |
commit | f282b97021ddc95c6092b9016f667c0963858fb1 (patch) | |
tree | 3a9b6e1a7b1afa732eaf31fd9b8793f245e85422 /arch/arm | |
parent | 314e77b3eec57001eaff82b82920150175b74e09 (diff) |
msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)
Allows architectures to advertise that they support MSI rather than listing
each architecture as a PCI_MSI dependency.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm')
-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 e7baca29f3fb..db00376aca15 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -255,6 +255,7 @@ config ARCH_IOP13XX | |||
255 | depends on MMU | 255 | depends on MMU |
256 | select PLAT_IOP | 256 | select PLAT_IOP |
257 | select PCI | 257 | select PCI |
258 | select ARCH_SUPPORTS_MSI | ||
258 | help | 259 | help |
259 | Support for Intel's IOP13XX (XScale) family of processors. | 260 | Support for Intel's IOP13XX (XScale) family of processors. |
260 | 261 | ||