Skip to content

Commit

Permalink
drivers/char: remove old broken Cobalt LCD driver
Browse files Browse the repository at this point in the history
Remove old broken Cobalt LCD driver.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Jul 24, 2008
1 parent 5abe3b4 commit 18b095d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 678 deletions.
7 changes: 0 additions & 7 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -857,13 +857,6 @@ config DS1302

endif # RTC_LIB

config COBALT_LCD
bool "Support for Cobalt LCD"
depends on MIPS_COBALT
help
This option enables support for the LCD display and buttons found
on Cobalt systems through a misc device.

config DTLK
tristate "Double Talk PC internal speech card support"
depends on ISA
Expand Down
1 change: 0 additions & 1 deletion drivers/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ obj-$(CONFIG_TOSHIBA) += toshiba.o
obj-$(CONFIG_I8K) += i8k.o
obj-$(CONFIG_DS1620) += ds1620.o
obj-$(CONFIG_HW_RANDOM) += hw_random/
obj-$(CONFIG_COBALT_LCD) += lcd.o
obj-$(CONFIG_PPDEV) += ppdev.o
obj-$(CONFIG_NWBUTTON) += nwbutton.o
obj-$(CONFIG_NWFLASH) += nwflash.o
Expand Down
Loading

0 comments on commit 18b095d

Please sign in to comment.