diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 10:45:55 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 10:45:55 -0800 |
commit | 0fb8379dab9f97e4c56de8f9ea772c10eda27561 (patch) | |
tree | 49877d8a6bf68aeeb4ecda4404413822b9321ea6 /drivers/char/Kconfig | |
parent | 6623d64021469b0094bb070d3eb7d0e3f5e928af (diff) | |
download | linux-stable-0fb8379dab9f97e4c56de8f9ea772c10eda27561.tar.gz linux-stable-0fb8379dab9f97e4c56de8f9ea772c10eda27561.tar.bz2 linux-stable-0fb8379dab9f97e4c56de8f9ea772c10eda27561.zip |
tty: delete briq_panel.c driver
This driver is broken, as reported by Jiri, and to quote Ben:
Just remove the driver, I don't think anybody cares.
so I'm doing just that here.
Reported-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Josh Boyer <jwboyer@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 43643033a3ae..ee946865d6cb 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -66,21 +66,6 @@ config TTY_PRINTK If unsure, say N. -config BRIQ_PANEL - tristate 'Total Impact briQ front panel driver' - depends on PPC_CHRP - ---help--- - The briQ is a small footprint CHRP computer with a frontpanel VFD, a - tristate led and two switches. It is the size of a CDROM drive. - - If you have such one and want anything showing on the VFD then you - must answer Y here. - - To compile this driver as a module, choose M here: the - module will be called briq_panel. - - It's safe to say N here. - config BFIN_OTP tristate "Blackfin On-Chip OTP Memory Support" depends on BLACKFIN && (BF51x || BF52x || BF54x) |