Please consider these a 'first experiment' in generating patches.. :)
Sorry the XILINX_DRIVERS patch took so long, but hopefully things should
be easier after getting the first patch out...
Feedback (especially WRT the structure of the patches and the process
of generating them) is greatly welcome...
Steve
-----Original Message-----
From:=20
linuxppc-embedded-bounces+stephen=3Dneuendorffer.name@ozlabs.org
=20
[mailto:linuxppc-embedded-bounces+stephen=3Dneuendorffer.name@oz
labs.org] On Behalf Of Wolfgang Reissnegger
Sent: Monday, August 06, 2007 3:55 PM
To: linuxppc-embedded@ozlabs.org
Subject: [PATCH] Generic configuration selector for Xilinx devices
=20
This is intended to make visible all device driver options for
both powerpc and microblaze systems.
=20
Thanks,
Wolfgang
=20
On 8/6/07, Wolfgang Reissnegger [off-list ref] wrote:
This is intended to make visible all device driver options for
both powerpc and microblaze systems.
Thanks,
Wolfgang
Signed-off-by: Wolfgang Reissnegger <redacted>
Signed-off-by: Stephen Neuendorffer <redacted>
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>
quoted hunk
+++ 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