From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754173AbXDVJrT (ORCPT ); Sun, 22 Apr 2007 05:47:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754168AbXDVJrT (ORCPT ); Sun, 22 Apr 2007 05:47:19 -0400 Received: from static-ip-62-75-166-246.inaddr.intergenia.de ([62.75.166.246]:39780 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754167AbXDVJrS (ORCPT ); Sun, 22 Apr 2007 05:47:18 -0400 From: Michael Buesch To: schwidefsky@de.ibm.com Subject: Re: [PATCH 7/8] Kconfig: silicon backplane dependency. Date: Sun, 22 Apr 2007 11:46:11 +0200 User-Agent: KMail/1.9.5 Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, akpm@linux-foundation.org, linville@tuxdriver.com References: <20070420113505.GH3738@skybase> <200704220119.32729.arnd@arndb.de> <1177228423.8046.5.camel@localhost> In-Reply-To: <1177228423.8046.5.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704221146.11439.mb@bu3sch.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 22 April 2007 09:53, Martin Schwidefsky wrote: > On Sun, 2007-04-22 at 01:19 +0200, Arnd Bergmann wrote: > > > diff -urpN linux-2.6/drivers/ssb/Kconfig linux-2.6-patched/drivers/ssb/Kconfig > > > --- linux-2.6/drivers/ssb/Kconfig 2007-04-19 15:24:40.000000000 +0200 > > > +++ linux-2.6-patched/drivers/ssb/Kconfig 2007-04-19 15:55:44.000000000 +0200 > > > @@ -1,4 +1,5 @@ > > > menu "Sonics Silicon Backplane" > > > + depends on PCI || PCMCIA > > > > No, this doesn't look right. There are other devices that come with > > SiliconBackplane but are not PCI or PCMCIA style devices. > > Yes, Michael already told me about that. The current solution is to use > !S390, could we use HAS_IOMEM instead ? I'd think either should be fine. -- Greetings Michael.