Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cacfd567 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[SPARC]: Remove the broken SUN_AURORA driver.



The SUN_AURORA driver:
- has been marked as BROKEN for more than two years and
- is still marked as BROKEN.

Drivers that had been marked as BROKEN for such a long time seem to be
unlikely to be revived in the forseeable future.

But if anyone wants to ever revive this driver, the code is still
present in the older kernel releases.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a786b45
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -65,7 +65,6 @@ CMAGIC 0x0111 user include/linux/a.out.h
MKISS_DRIVER_MAGIC    0x04bf      mkiss_channel     drivers/net/mkiss.h
MKISS_DRIVER_MAGIC    0x04bf      mkiss_channel     drivers/net/mkiss.h
RISCOM8_MAGIC         0x0907      riscom_port       drivers/char/riscom8.h
RISCOM8_MAGIC         0x0907      riscom_port       drivers/char/riscom8.h
SPECIALIX_MAGIC       0x0907      specialix_port    drivers/char/specialix_io8.h
SPECIALIX_MAGIC       0x0907      specialix_port    drivers/char/specialix_io8.h
AURORA_MAGIC          0x0A18      Aurora_port       drivers/sbus/char/aurora.h
HDLC_MAGIC            0x239e      n_hdlc            drivers/char/n_hdlc.c
HDLC_MAGIC            0x239e      n_hdlc            drivers/char/n_hdlc.c
APM_BIOS_MAGIC        0x4101      apm_user          arch/i386/kernel/apm.c
APM_BIOS_MAGIC        0x4101      apm_user          arch/i386/kernel/apm.c
CYCLADES_MAGIC        0x4359      cyclades_port     include/linux/cyclades.h
CYCLADES_MAGIC        0x4359      cyclades_port     include/linux/cyclades.h
+0 −7
Original line number Original line Diff line number Diff line
@@ -46,13 +46,6 @@ config SUN_VIDEOPIX
	  based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
	  based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
	  SVIDEO signals.
	  SVIDEO signals.


config SUN_AURORA
	tristate "Aurora Multiboard 1600se (EXPERIMENTAL)"
	depends on EXPERIMENTAL && BROKEN
	help
	  The Aurora Multiboard is a multi-port high-speed serial controller.
	  If you have one of these, say Y.

config TADPOLE_TS102_UCTRL
config TADPOLE_TS102_UCTRL
	tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
	tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
	depends on EXPERIMENTAL && SPARC32
	depends on EXPERIMENTAL && SPARC32
+0 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@ obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o
obj-$(CONFIG_SUN_MOSTEK_RTC)		+= rtc.o
obj-$(CONFIG_SUN_MOSTEK_RTC)		+= rtc.o
obj-$(CONFIG_SUN_BPP)			+= bpp.o
obj-$(CONFIG_SUN_BPP)			+= bpp.o
obj-$(CONFIG_SUN_VIDEOPIX)		+= vfc.o
obj-$(CONFIG_SUN_VIDEOPIX)		+= vfc.o
obj-$(CONFIG_SUN_AURORA)		+= aurora.o
obj-$(CONFIG_TADPOLE_TS102_UCTRL)	+= uctrl.o
obj-$(CONFIG_TADPOLE_TS102_UCTRL)	+= uctrl.o
obj-$(CONFIG_SUN_JSFLASH)		+= jsflash.o
obj-$(CONFIG_SUN_JSFLASH)		+= jsflash.o
obj-$(CONFIG_BBC_I2C)			+= bbc.o
obj-$(CONFIG_BBC_I2C)			+= bbc.o
Loading