[PATCH] Generic configuration selector for Xilinx devices

Grant Likely grant.likely at secretlab.ca
Fri Aug 10 05:05:51 EST 2007


On 8/6/07, Wolfgang Reissnegger <wolfgang.reissnegger at xilinx.com> wrote:
> This is intended to make visible all device driver options for
> both powerpc and microblaze systems.
>
> Thanks,
>    Wolfgang
>
>
> Signed-off-by: Wolfgang Reissnegger <wolfgang.reissnegger at xilinx.com>
> Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>


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.
grant.likely at secretlab.ca
(403) 399-0195


More information about the Linuxppc-embedded mailing list