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

Commit 8ae4f636 authored by David Woodhouse's avatar David Woodhouse
Browse files

spectra: Move to drivers/staging



It'll take some work before this is really shippable.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent f39b56f6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -488,6 +488,4 @@ config BLK_DEV_HD

	  If unsure, say N.

source "drivers/block/spectra/Kconfig"

endif # BLK_DEV
+0 −2
Original line number Diff line number Diff line
@@ -38,6 +38,4 @@ obj-$(CONFIG_BLK_DEV_HD) += hd.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND)	+= xen-blkfront.o
obj-$(CONFIG_BLK_DEV_DRBD)     += drbd/

obj-$(CONFIG_MRST_NAND)	+= spectra/

swim_mod-objs	:= swim.o swim_asm.o
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,8 @@ source "drivers/staging/octeon/Kconfig"

source "drivers/staging/serqt_usb2/Kconfig"

source "drivers/staging/spectra/Kconfig"

source "drivers/staging/quatech_usb2/Kconfig"

source "drivers/staging/vt6655/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ obj-$(CONFIG_R8187SE) += rtl8187se/
obj-$(CONFIG_RTL8192SU)		+= rtl8192su/
obj-$(CONFIG_RTL8192U)		+= rtl8192u/
obj-$(CONFIG_RTL8192E)		+= rtl8192e/
obj-$(CONFIG_MRST_NAND)		+= spectra/
obj-$(CONFIG_TRANZPORT)		+= frontier/
obj-$(CONFIG_DREAM)		+= dream/
obj-$(CONFIG_POHMELFS)		+= pohmelfs/
Loading