From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by ozlabs.org (Postfix) with ESMTP id 245B3DDEBD for ; Fri, 10 Aug 2007 05:05:53 +1000 (EST) Received: by nz-out-0506.google.com with SMTP id l1so281795nzf for ; Thu, 09 Aug 2007 12:05:52 -0700 (PDT) Message-ID: Date: Thu, 9 Aug 2007 13:05:51 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Wolfgang Reissnegger" Subject: Re: [PATCH] Generic configuration selector for Xilinx devices In-Reply-To: <20070806225403.B430E550060@mail33-cpk.bigfish.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20070806225403.B430E550060@mail33-cpk.bigfish.com> Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 8/6/07, Wolfgang Reissnegger wrote: > This is intended to make visible all device driver options for > both powerpc and microblaze systems. > > Thanks, > Wolfgang > > > Signed-off-by: Wolfgang Reissnegger > Signed-off-by: Stephen Neuendorffer This patch adds a new directory "drivers/misc/xilinx" with exactly *1* file in it; A Kconfig file. Just put the new XILINX_DRIVERS Kconfig option into drivers/misc/Kconfig. If there is ever enough Xilinx stuff to warrant a separate drivers/misc/xilinx directory, then the Kconfig entry can be moved. > +++ b/drivers/misc/xilinx/Kconfig > @@ -0,0 +1,9 @@ > +# > +# Xilinx devices and common device driver infrastructure > +# > + > +config XILINX_DRIVERS > + bool > + help > + Enable visibility of all Xilinx device drivers Drop the help text; XILINX_DRIVERS won't show up in the menu, so it is pointless. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195