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

Commit 0d09f1a5 authored by Ira Snyder's avatar Ira Snyder Committed by Greg Kroah-Hartman
Browse files

misc: remove drivers for CARMA hardware



The CARMA project has ended, and the hardware has all been moved into
storage. It is unlikely to ever be used again.

Remove the drivers so that there is no more maintenance burden from
ongoing upstream kernel changes.

Signed-off-by: default avatarIra W. Snyder <ira.snyder@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 898bc282
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -520,7 +520,6 @@ source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
source "drivers/misc/cb710/Kconfig"
source "drivers/misc/ti-st/Kconfig"
source "drivers/misc/ti-st/Kconfig"
source "drivers/misc/lis3lv02d/Kconfig"
source "drivers/misc/lis3lv02d/Kconfig"
source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
source "drivers/misc/mei/Kconfig"
source "drivers/misc/vmw_vmci/Kconfig"
source "drivers/misc/vmw_vmci/Kconfig"
+0 −1
Original line number Original line Diff line number Diff line
@@ -44,7 +44,6 @@ obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o
obj-$(CONFIG_PCH_PHUB)		+= pch_phub.o
obj-$(CONFIG_PCH_PHUB)		+= pch_phub.o
obj-y				+= ti-st/
obj-y				+= ti-st/
obj-y				+= lis3lv02d/
obj-y				+= lis3lv02d/
obj-y				+= carma/
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
obj-$(CONFIG_ALTERA_STAPL)	+=altera-stapl/
obj-$(CONFIG_ALTERA_STAPL)	+=altera-stapl/
obj-$(CONFIG_INTEL_MEI)		+= mei/
obj-$(CONFIG_INTEL_MEI)		+= mei/

drivers/misc/carma/Kconfig

deleted100644 → 0
+0 −15
Original line number Original line Diff line number Diff line
config CARMA_FPGA
	tristate "CARMA DATA-FPGA Access Driver"
	depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
	default n
	help
	  Say Y here to include support for communicating with the data
	  processing FPGAs on the OVRO CARMA board.

config CARMA_FPGA_PROGRAM
	tristate "CARMA DATA-FPGA Programmer"
	depends on FSL_SOC && PPC_83xx && HAS_DMA && FSL_DMA
	default n
	help
	  Say Y here to include support for programming the data processing
	  FPGAs on the OVRO CARMA board.

drivers/misc/carma/Makefile

deleted100644 → 0
+0 −2
Original line number Original line Diff line number Diff line
obj-$(CONFIG_CARMA_FPGA)		+= carma-fpga.o
obj-$(CONFIG_CARMA_FPGA_PROGRAM)	+= carma-fpga-program.o
+0 −1182

File deleted.

Preview size limit exceeded, changes collapsed.

Loading