Re: [PATCH] Generic configuration selector for Xilinx devices
From: Grant Likely <hidden>
Date: 2007-08-09 19:05:53
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 ↗ jump to 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