sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbpp
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -30,14 +30,6 @@ config OBP_FLASH
|
||||
The OpenBoot PROM on Ultra systems is flashable. If you want to be
|
||||
able to upgrade the OBP firmware, say Y here.
|
||||
|
||||
config SUN_BPP
|
||||
tristate "Bidirectional parallel port support (OBSOLETE)"
|
||||
depends on EXPERIMENTAL
|
||||
help
|
||||
Say Y here to support Sun's obsolete variant of IEEE1284
|
||||
bidirectional parallel port protocol as /dev/bppX. Can be built on
|
||||
x86 machines.
|
||||
|
||||
config SUN_VIDEOPIX
|
||||
tristate "Videopix Frame Grabber (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL && (BROKEN || !64BIT)
|
||||
|
@ -17,7 +17,6 @@ obj-$(CONFIG_WATCHDOG_RIO) += riowatchdog.o
|
||||
obj-$(CONFIG_OBP_FLASH) += flash.o
|
||||
obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o
|
||||
obj-$(CONFIG_SUN_MOSTEK_RTC) += rtc.o
|
||||
obj-$(CONFIG_SUN_BPP) += bpp.o
|
||||
obj-$(CONFIG_SUN_VIDEOPIX) += vfc.o
|
||||
obj-$(CONFIG_TADPOLE_TS102_UCTRL) += uctrl.o
|
||||
obj-$(CONFIG_SUN_JSFLASH) += jsflash.o
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,6 @@
|
||||
#include <asm/dma.h>
|
||||
#include <asm/oplib.h>
|
||||
#include <asm/prom.h>
|
||||
#include <asm/bpp.h>
|
||||
#include <asm/irq.h>
|
||||
|
||||
static ssize_t
|
||||
|
Reference in New Issue
Block a user