Re: [RFC][PATCH] bcmai: introduce AI driver

From: RafaÅ MiÅecki
Date: Sun Apr 10 2011 - 04:06:13 EST


2011/4/10 Pavel Machek <pavel@xxxxxx>:
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/