X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Firq%2FKconfig;h=4a1fef09f658b894ea5eef6a55cff8f55b97dd0e;hb=ac01810c9d2814238f08a227062e66a35a0e1ea2;hp=d1a758bc972afcb3f7c0103de781fa5720bea126;hpb=d85d135d8babbc917b370f36cbc02b7b4a2f2d99;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index d1a758bc972a..4a1fef09f658 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig @@ -1,15 +1,4 @@ -# Select this to activate the generic irq options below -config HAVE_GENERIC_HARDIRQS - bool - -if HAVE_GENERIC_HARDIRQS menu "IRQ subsystem" -# -# Interrupt subsystem related configuration options -# -config GENERIC_HARDIRQS - def_bool y - # Options selectable by the architecture code # Make sparse irq Kconfig switch below available @@ -84,4 +73,3 @@ config SPARSE_IRQ If you don't know what to do here, say N. endmenu -endif