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

Commit 78c89825 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Remove the now obsolete config options and select statements

parent e2823266
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ config ALPHA
	select GENERIC_IRQ_PROBE
	select AUTO_IRQ_AFFINITY if SMP
	select GENERIC_IRQ_SHOW
	select GENERIC_HARDIRQS_NO_DEPRECATED
	help
	  The Alpha is a 64-bit general-purpose processor designed and
	  marketed by the Digital Equipment Corporation of blessed memory,
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ config AVR32
	select GENERIC_IRQ_PROBE
	select HARDIRQS_SW_RESEND
	select GENERIC_IRQ_SHOW
	select GENERIC_HARDIRQS_NO_DEPRECATED
	help
	  AVR32 is a high-performance 32-bit RISC microprocessor core,
	  designed for cost-sensitive embedded applications, with particular
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ config BLACKFIN
	select GENERIC_ATOMIC64
	select GENERIC_IRQ_PROBE
	select IRQ_PER_CPU if SMP
	select GENERIC_HARDIRQS_NO_DEPRECATED

config GENERIC_CSUM
	def_bool y
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ config CRIS
	default y
	select HAVE_IDE
	select HAVE_GENERIC_HARDIRQS
	select GENERIC_HARDIRQS_NO_DEPRECATED
	select GENERIC_IRQ_SHOW

config HZ
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ config FRV
	select HAVE_PERF_EVENTS
	select HAVE_GENERIC_HARDIRQS
	select GENERIC_IRQ_SHOW
	select GENERIC_HARDIRQS_NO_DEPRECATED

config ZONE_DMA
	bool
Loading