aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/serial/Kconfig
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-03-27 19:07:11 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 11:45:38 -0700
commit60e6d2689c2ab975a2ac3475b3ebd45c3edf905a (patch)
tree3ff5ced124a7a066fc62793b7984057173a2bdd2 /drivers/staging/serial/Kconfig
parentstaging: drm/omap: dmabuf/prime support (diff)
downloadlinux-dev-60e6d2689c2ab975a2ac3475b3ebd45c3edf905a.tar.xz
linux-dev-60e6d2689c2ab975a2ac3475b3ebd45c3edf905a.zip
staging: evict abandoned 68360serial.c driver from the kernel
commit 3a0db7215c88077b61a673215756ec4a0dc0c7a5 "TTY: serial, move 68360 driver to staging" did so because the driver had remained broken since 2008. It also added this text to the TODO file: "If no one steps up to adopt any of these drivers, they will be removed in the 3.4 release." A quick search on the internet doesn't reveal anyone actively trying to update/fix this driver, so follow through on the above and remove it from the pending 3.4 release. Cc: Jiri Slaby <jslaby@suse.cz> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Alan Cox <alan@linux.intel.com> Cc: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/serial/Kconfig')
-rw-r--r--drivers/staging/serial/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/serial/Kconfig b/drivers/staging/serial/Kconfig
deleted file mode 100644
index 9489688397e0..000000000000
--- a/drivers/staging/serial/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-config SERIAL_68360_SMC
- bool "68360 SMC uart support"
- depends on M68360
- help
- This driver supports the SMC serial ports of the Motorola 68360 CPU.
-
-config SERIAL_68360_SCC
- bool "68360 SCC uart support"
- depends on M68360
- help
- This driver supports the SCC serial ports of the Motorola 68360 CPU.
-
-config SERIAL_68360
- bool
- depends on SERIAL_68360_SMC || SERIAL_68360_SCC
- default y