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

Commit b75ae079 authored by Pavan Savoy's avatar Pavan Savoy Committed by Greg Kroah-Hartman
Browse files

staging: delete ti-st from staging



The 2 drivers originally staged, the core ti-st driver
and the btwilink bluetooth driver have now moved to relevant
directories, so deleting the ti-st/ from staging.

Signed-off-by: default avatarPavan Savoy <pavan_savoy@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 14f98326
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -143,8 +143,6 @@ source "drivers/staging/crystalhd/Kconfig"

source "drivers/staging/cxt1e1/Kconfig"

source "drivers/staging/ti-st/Kconfig"

source "drivers/staging/xgifb/Kconfig"

source "drivers/staging/msm/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ obj-$(CONFIG_FB_SM7XX) += sm7xx/
obj-$(CONFIG_VIDEO_DT3155)	+= dt3155v4l/
obj-$(CONFIG_CRYSTALHD)		+= crystalhd/
obj-$(CONFIG_CXT1E1)		+= cxt1e1/
obj-$(CONFIG_TI_ST)		+= ti-st/
obj-$(CONFIG_FB_XGI)		+= xgifb/
obj-$(CONFIG_MSM_STAGING)	+= msm/
obj-$(CONFIG_EASYCAP)		+= easycap/

drivers/staging/ti-st/Kconfig

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
#
# TI's shared transport line discipline and the protocol
# drivers (BT, FM and GPS)
#
menu "Texas Instruments shared transport line discipline"
config ST_BT
	tristate "BlueZ bluetooth driver for ST"
	depends on BT && RFKILL
	select TI_ST
	help
	  This enables the Bluetooth driver for TI BT/FM/GPS combo devices.
	  This makes use of shared transport line discipline core driver to
	  communicate with the BT core of the combo chip.
endmenu

drivers/staging/ti-st/Makefile

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#
# Makefile for TI's shared transport line discipline
# and its protocol drivers (BT, FM, GPS)
#
obj-$(CONFIG_ST_BT) 		+= btwilink.o

drivers/staging/ti-st/TODO

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
TODO:

1. Step up and maintain this driver to ensure that it continues
to work.  Having the hardware for this is pretty much a
requirement.  If this does not happen, the will be removed in
the 2.6.35 kernel release.

Please send patches to Greg Kroah-Hartman <greg@kroah.com>.
Loading