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

Commit 78f23926 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: delete westbridge code



It's been stagnant for a while with out much forward progress for a
variety of different reasons.  So remove it for now.  It can be reverted
at any time if development picks back up again.

Acked-by: default avatarDavid Cross <odc@cypress.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 966b9016
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -124,8 +124,6 @@ source "drivers/staging/tidspbridge/Kconfig"

source "drivers/staging/quickstart/Kconfig"

source "drivers/staging/westbridge/Kconfig"

source "drivers/staging/sbe-2t3e3/Kconfig"

source "drivers/staging/ath6kl/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ obj-$(CONFIG_EASYCAP) += easycap/
obj-$(CONFIG_SOLO6X10)		+= solo6x10/
obj-$(CONFIG_TIDSPBRIDGE)	+= tidspbridge/
obj-$(CONFIG_ACPI_QUICKSTART)	+= quickstart/
obj-$(CONFIG_WESTBRIDGE_ASTORIA)	+= westbridge/astoria/
obj-$(CONFIG_SBE_2T3E3)		+= sbe-2t3e3/
obj-$(CONFIG_ATH6K_LEGACY)	+= ath6kl/
obj-$(CONFIG_USB_ENESTORAGE)	+= keucr/
+0 −53
Original line number Diff line number Diff line
#
# West Bridge configuration
#

menuconfig WESTBRIDGE
	tristate "West Bridge support"
	depends on WESTBRIDGE_HAL_SELECTED
	help
	  This selects West Bridge Peripheral controller support.

	  If you want West Bridge support, you should say Y here.

menuconfig WESTBRIDGE_ASTORIA
	bool "West Bridge Astoria support"
	depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
	help
		This option enables support for West Bridge Astoria

if WESTBRIDGE_ASTORIA
source "drivers/staging/westbridge/astoria/Kconfig"
endif #WESTBRIDGE_ASTORIA

config	WESTBRIDGE_HAL_SELECTED
	boolean

choice
	prompt "West Bridge HAL"
	help
	   West Bridge HAL/processor interface to be used

#
# HAL Layers
#

config MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
	bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL"
	depends on ARCH_OMAP3
	select WESTBRIDGE_HAL_SELECTED
	help
	   Include the OMAP3430 HAL for PNAND interface

config MACH_NO_WESTBRIDGE
	bool "no West Bridge HAL selected"
	help
	   Do not include any HAL layer(de-activates West Bridge option)
endchoice

config WESTBRIDGE_DEBUG
	bool "West Bridge debugging"
	depends on WESTBRIDGE != n
	help
	  This is an option for use by developers; most people should
	  say N here.  This enables WESTBRIDGE core and driver debugging.

drivers/staging/westbridge/TODO

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
TODO:
- checkpatch.pl fixes
- determine where to put the hal and common api code
- modify the driver directory structure in an intuitive way

Please send any patches to Greg Kroah-Hartman <gregkh@suse.de>
and David Cross <david.cross@cypress.com>.
+0 −9
Original line number Diff line number Diff line
#
# West Bridge configuration
#
source "drivers/staging/westbridge/astoria/device/Kconfig"

source "drivers/staging/westbridge/astoria/block/Kconfig"

source "drivers/staging/westbridge/astoria/gadget/Kconfig"
Loading