Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755576Ab1DJIFx (ORCPT ); Sun, 10 Apr 2011 04:05:53 -0400 Received: from mail-qw0-f46.google.com ([209.85.216.46]:57412 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753035Ab1DJIFr convert rfc822-to-8bit (ORCPT ); Sun, 10 Apr 2011 04:05:47 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pI8qgO25PGLuV+Bk6rpDuyf8NCMEsU5bTk8hPEVspufwxDUBZgRZP0bjzMbtRCDCcH uO9ChmGobW5TD9h+/8B2Js0Z9HOdYo+Yjzg5H06kGm8uOl4ehr0rBlx4fGr/d76hnI4X EVD1I2zB87dQRJpCikUfo7QuyKAQxt5CkjrdM= MIME-Version: 1.0 In-Reply-To: <20110410080159.GB2798@ucw.cz> References: <1302033463-1846-1-git-send-email-zajec5@gmail.com> <20110410080159.GB2798@ucw.cz> Date: Sun, 10 Apr 2011 10:05:46 +0200 Message-ID: Subject: Re: [RFC][PATCH] bcmai: introduce AI driver From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= To: Pavel Machek Cc: Arend van Spriel , "linux-wireless@vger.kernel.org" , "John W. Linville" , "Michael B?sch" , Larry Finger , George Kashperko , "b43-dev@lists.infradead.org" , "linux-arm-kernel@lists.infradead.org" , Russell King , Arnd Bergmann , linuxdriverproject , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1221 Lines: 45 2011/4/10 Pavel Machek : > 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. Feel free to propose sth. -- Rafał -- 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/