On 8/6/07, Wolfgang Reissnegger <[EMAIL PROTECTED]> wrote: > This is intended to make visible all device driver options for > both powerpc and microblaze systems. > > Thanks, > Wolfgang > > > Signed-off-by: Wolfgang Reissnegger <[EMAIL PROTECTED]> > Signed-off-by: Stephen Neuendorffer <[EMAIL PROTECTED]>
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. <snip> > +++ 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. [EMAIL PROTECTED] (403) 399-0195 _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
