From patchwork Thu Dec 25 17:52:50 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg X-Patchwork-Id: 15612 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 013F2DDE0F for ; Fri, 26 Dec 2008 04:51:21 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751869AbYLYRvU (ORCPT ); Thu, 25 Dec 2008 12:51:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751895AbYLYRvU (ORCPT ); Thu, 25 Dec 2008 12:51:20 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:34028 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869AbYLYRvU (ORCPT ); Thu, 25 Dec 2008 12:51:20 -0500 Received: from ravnborg.org (x1-6-00-1e-2a-84-ae-3e.k225.webspeed.dk [80.163.61.94]) by pfepb.post.tele.dk (Postfix) with ESMTP id EDC78F8403F; Thu, 25 Dec 2008 18:51:15 +0100 (CET) Received: by ravnborg.org (Postfix, from userid 500) id 1E223580D0; Thu, 25 Dec 2008 18:52:51 +0100 (CET) Date: Thu, 25 Dec 2008 18:52:50 +0100 From: Sam Ravnborg To: "David S. Miller" , sparclinux Subject: [PATCH 2/2] sparc: move select of ARCH_SUPPORTS_MSI Message-ID: <20081225175250.GB8613@uranus.ravnborg.org> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org It is counter intuitive to have the select listed as part of the PCI option. Move the select to the SPARC64 specific part of the config. PCI_MSI has a dependency on PCI so it does not harm to have it always selected. Signed-off-by: Sam Ravnborg --- arch/sparc/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 8ec81b6..0a94d9c 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -31,6 +31,7 @@ config SPARC32 config SPARC64 bool default y if ARCH = "sparc64" + select ARCH_SUPPORTS_MSI select HAVE_FUNCTION_TRACER select HAVE_KRETPROBES select HAVE_KPROBES @@ -478,7 +479,6 @@ config SUN_LDOMS config PCI bool "Support for PCI and PS/2 keyboard/mouse" - select ARCH_SUPPORTS_MSI if SPARC64 help Find out whether your system includes a PCI bus. PCI is the name of a bus system, i.e. the way the CPU talks to the other stuff inside