Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 515e6dd2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: ccg: delete it from the tree



Now that it isn't in the build, just delete the ccg driver from the tree
entirely.

Cc: John Stultz <john.stultz@linaro.org>
Cc: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ad766632
Loading
Loading
Loading
Loading

drivers/staging/ccg/Kconfig

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
if USB_GADGET

config USB_G_CCG
	tristate "Configurable Composite Gadget (STAGING)"
	depends on STAGING && BLOCK && NET && !USB_ZERO && !USB_ZERO_HNPTEST && !USB_AUDIO && !GADGET_UAC1 && !USB_ETH && !USB_ETH_RNDIS && !USB_ETH_EEM && !USB_G_NCM && !USB_GADGETFS && !USB_FUNCTIONFS && !USB_FUNCTIONFS_ETH && !USB_FUNCTIONFS_RNDIS && !USB_FUNCTIONFS_GENERIC && !USB_FILE_STORAGE && !USB_FILE_STORAGE_TEST && !USB_MASS_STORAGE && !USB_G_SERIAL && !USB_MIDI_GADGET && !USB_G_PRINTER && !USB_CDC_COMPOSITE && !USB_G_NOKIA && !USB_G_ACM_MS && !USB_G_MULTI && !USB_G_MULTI_RNDIS && !USB_G_MULTI_CDC && !USB_G_HID && !USB_G_DBGP && !USB_G_WEBCAM && TTY
	help
	  The Configurable Composite Gadget supports multiple USB
	  functions: acm, mass storage, rndis and FunctionFS.
	  Each function can be configured and enabled/disabled
	  dynamically from userspace through a sysfs interface.

	  In order to compile this (either as a module or built-in),
	  "USB Gadget Drivers" and anything under it must not be
	  selected compiled-in in
	  Device Drivers->USB Support->USB Gadget Support.
	  However, you can say "M" there, if you do, the
	  Configurable Composite Gadget can be compiled "M" only
	  or not at all.

	  BIG FAT NOTE: DON'T RELY ON THIS USERINTERFACE HERE! AS PART
	  OF THE REWORK DONE HERE WILL BE A NEW USER INTERFACE WITHOUT ANY
	  COMPATIBILITY TO THIS SYSFS INTERFACE HERE. BE AWARE OF THIS
	  BEFORE SELECTING THIS.

endif # USB_GADGET

drivers/staging/ccg/Makefile

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
g_ccg-y				:= ccg.o
obj-$(CONFIG_USB_G_CCG)		+= g_ccg.o

drivers/staging/ccg/TODO

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
TODO:
	- change configuration interface from sysfs to configfs

Please send patches to Greg Kroah-Hartmann <gregkh@linuxfoundation.org>,
Andrzej Pietrasiewicz <andrzej.p@samsung.com>, and
Cc: Mike Lockwood <lockwood@android.com>

drivers/staging/ccg/ccg.c

deleted100644 → 0
+0 −1292

File deleted.

Preview size limit exceeded, changes collapsed.

drivers/staging/ccg/composite.c

deleted100644 → 0
+0 −1688

File deleted.

Preview size limit exceeded, changes collapsed.

Loading