Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753955AbZFXHBO (ORCPT ); Wed, 24 Jun 2009 03:01:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751392AbZFXHBG (ORCPT ); Wed, 24 Jun 2009 03:01:06 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:49219 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbZFXHBE (ORCPT ); Wed, 24 Jun 2009 03:01:04 -0400 Date: Wed, 24 Jun 2009 00:01:09 -0700 (PDT) Message-Id: <20090624.000109.49664041.davem@davemloft.net> To: socketcan@hartkopp.net Cc: wg@grandegger.com, heiko.carstens@de.ibm.com, schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] can: let SJA1000 driver depend on HAS_IOMEM From: David Miller In-Reply-To: <4A41CD36.8030202@hartkopp.net> References: <20090623073120.GA5955@osiris.boeblingen.de.ibm.com> <4A412C53.8050607@grandegger.com> <4A41CD36.8030202@hartkopp.net> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1610 Lines: 43 From: Oliver Hartkopp Date: Wed, 24 Jun 2009 08:52:38 +0200 > Wolfgang Grandegger wrote: >> Heiko Carstens wrote: > > >>> Index: linux-2.6/drivers/net/can/Kconfig >>> =================================================================== >>> --- linux-2.6.orig/drivers/net/can/Kconfig >>> +++ linux-2.6/drivers/net/can/Kconfig >>> @@ -36,7 +36,7 @@ config CAN_CALC_BITTIMING >>> If unsure, say Y. >>> >>> config CAN_SJA1000 >>> - depends on CAN_DEV >>> + depends on CAN_DEV && HAS_IOMEM >>> tristate "Philips SJA1000" >>> ---help--- >>> Driver for the SJA1000 CAN controllers from Philips or NXP >> >> Hm, this Kconfig entry is not directly responsible for building >> sja1000_platform.o. It builds sja1000.o, which does not rely on >> HAS_IOMEM. It should be added to "config CAN_SJA1000_PLATFORM" instead. > > Hi Wolfgang, > > the question is, if we should add HAS_IOMEM to almost every SJA1000 depended > driver like SJA1000_PLATFORM, SJA1000_OF_PLATFORM, EMS_PCI and KVASER_PCI ??? > > Is it possible to have a support for the SJA1000 that does *not* depend on > HAS_IOMEM? This was my initial impression when I saw Wolfgang's suggested patch, and I still feel this way, and thus Heiko's patch seems the best for now until there is an exception. And in fact Heiko's patch has been in my tree for a while already :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/