Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755067Ab1DJICQ (ORCPT ); Sun, 10 Apr 2011 04:02:16 -0400 Received: from ksp.mff.cuni.cz ([195.113.26.206]:33236 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752510Ab1DJICM (ORCPT ); Sun, 10 Apr 2011 04:02:12 -0400 Date: Sun, 10 Apr 2011 10:01:59 +0200 From: Pavel Machek To: Arend van Spriel Cc: "linux-wireless@vger.kernel.org" , "John W. Linville" , Michael B?sch , Larry Finger , George Kashperko , Rafa? Mi?ecki , "b43-dev@lists.infradead.org" , "linux-arm-kernel@lists.infradead.org" , Russell King , Arnd Bergmann , linuxdriverproject , "linux-kernel@vger.kernel.org" Subject: Re: [RFC][PATCH] bcmai: introduce AI driver Message-ID: <20110410080159.GB2798@ucw.cz> References: <1302033463-1846-1-git-send-email-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 43 Hi! > >@@ -0,0 +1,30 @@ > >+config BCMAI_POSSIBLE > >+ bool > >+ depends on HAS_IOMEM && HAS_DMA > >+ default y > >+ > >+menu "Broadcom's AI" > >+ depends on BCMAI_POSSIBLE > >+ > >+config BCMAI > >+ tristate "AI support" > >+ depends on BCMAI_POSSIBLE > >+ > >+config BCMAI_HOST_PCI_POSSIBLE > >+ bool > >+ depends on BCMAI && PCI = y > >+ default y > >+ > >+config BCMAI_HOST_PCI > >+ bool "Support for AI on PCI-host bus" > >+ depends on BCMAI_HOST_PCI_POSSIBLE > >+ > >+config BCMAI_DEBUG > >+ bool "BCMAI debugging" > >+ depends on BCMAI > >+ help > >+ This turns on additional debugging messages. > >+ > >+ If unsure, say N Totally useless :-(. It should really explain what AI means in this context. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- 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/