diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-22 17:09:33 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-22 17:09:33 -0800 |
commit | 4c37705877e74c02c968735c2eee0f84914cf557 (patch) | |
tree | 87af608b211f1b6920927ab101a192ee4529946b /drivers/staging/Kconfig | |
parent | 4a6514e6d096716fb7bedf238efaaca877e2a7e8 (diff) | |
download | linux-4c37705877e74c02c968735c2eee0f84914cf557.tar.gz linux-4c37705877e74c02c968735c2eee0f84914cf557.tar.bz2 linux-4c37705877e74c02c968735c2eee0f84914cf557.zip |
tty: move obsolete and broken generic_serial drivers to drivers/staging/generic_serial/
As planned by Arnd Bergmann, this moves the following drivers to the
drivers/staging/generic_serial directory where they will be removed
after 2.6.41 if no one steps up to claim them.
generic_serial
rio
ser_a2232
sx
vme_scc
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index fb1fc4e5a8cb..58e4a8e15a0e 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -43,6 +43,8 @@ if !STAGING_EXCLUDE_BUILD source "drivers/staging/tty/Kconfig" +source "drivers/staging/generic_serial/Kconfig" + source "drivers/staging/et131x/Kconfig" source "drivers/staging/slicoss/Kconfig" |