Skip to content

Commit 399a946

Browse files
committed
Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull generic hardirq option removal from Martin Schwidefsky: "All architectures now use generic hardirqs, s390 has been last to switch. With that the code under !CONFIG_GENERIC_HARDIRQS and the related HAVE_GENERIC_HARDIRQS and GENERIC_HARDIRQS config options can be removed. Yay!" * 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: Remove GENERIC_HARDIRQ config option
2 parents 183c420 + 0244ad0 commit 399a946

File tree

81 files changed

+100
-337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+100
-337
lines changed

arch/alpha/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ config ALPHA
77
select HAVE_PCSPKR_PLATFORM
88
select HAVE_PERF_EVENTS
99
select HAVE_DMA_ATTRS
10-
select HAVE_GENERIC_HARDIRQS
1110
select VIRT_TO_BUS
1211
select GENERIC_IRQ_PROBE
1312
select AUTO_IRQ_AFFINITY if SMP

arch/arc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ config ARC
2020
select GENERIC_SMP_IDLE_THREAD
2121
select HAVE_ARCH_KGDB
2222
select HAVE_ARCH_TRACEHOOK
23-
select HAVE_GENERIC_HARDIRQS
2423
select HAVE_IOREMAP_PROT
2524
select HAVE_KPROBES
2625
select HAVE_KRETPROBES

arch/arm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ config ARM
3737
select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL)
3838
select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
3939
select HAVE_GENERIC_DMA_COHERENT
40-
select HAVE_GENERIC_HARDIRQS
4140
select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))
4241
select HAVE_IDE if PCI || ISA || PCMCIA
4342
select HAVE_IRQ_TIME_ACCOUNTING

arch/arm64/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ config ARM64
2323
select HAVE_DMA_API_DEBUG
2424
select HAVE_DMA_ATTRS
2525
select HAVE_GENERIC_DMA_COHERENT
26-
select HAVE_GENERIC_HARDIRQS
2726
select HAVE_HW_BREAKPOINT if PERF_EVENTS
2827
select HAVE_MEMBLOCK
2928
select HAVE_PERF_EVENTS

arch/avr32/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ config AVR32
66
select HAVE_CLK
77
select HAVE_OPROFILE
88
select HAVE_KPROBES
9-
select HAVE_GENERIC_HARDIRQS
109
select VIRT_TO_BUS
1110
select GENERIC_IRQ_PROBE
1211
select GENERIC_ATOMIC64

arch/blackfin/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ config BLACKFIN
3232
select HAVE_UNDERSCORE_SYMBOL_PREFIX
3333
select VIRT_TO_BUS
3434
select ARCH_WANT_IPC_PARSE_VERSION
35-
select HAVE_GENERIC_HARDIRQS
3635
select GENERIC_ATOMIC64
3736
select GENERIC_IRQ_PROBE
3837
select USE_GENERIC_SMP_HELPERS if SMP

arch/c6x/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ config C6X
1010
select GENERIC_IRQ_SHOW
1111
select HAVE_ARCH_TRACEHOOK
1212
select HAVE_DMA_API_DEBUG
13-
select HAVE_GENERIC_HARDIRQS
1413
select HAVE_MEMBLOCK
1514
select SPARSE_IRQ
1615
select IRQ_DOMAIN

arch/cris/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ config CRIS
4141
default y
4242
select HAVE_IDE
4343
select GENERIC_ATOMIC64
44-
select HAVE_GENERIC_HARDIRQS
4544
select HAVE_UID16
4645
select VIRT_TO_BUS
4746
select ARCH_WANT_IPC_PARSE_VERSION

arch/frv/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ config FRV
55
select HAVE_ARCH_TRACEHOOK
66
select HAVE_PERF_EVENTS
77
select HAVE_UID16
8-
select HAVE_GENERIC_HARDIRQS
98
select VIRT_TO_BUS
109
select GENERIC_IRQ_SHOW
1110
select HAVE_DEBUG_BUGVERBOSE

arch/h8300/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ config H8300
22
bool
33
default y
44
select HAVE_IDE
5-
select HAVE_GENERIC_HARDIRQS
65
select GENERIC_ATOMIC64
76
select HAVE_UID16
87
select VIRT_TO_BUS

arch/hexagon/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config HEXAGON
1515
# select GENERIC_PENDING_IRQ if SMP
1616
select GENERIC_ATOMIC64
1717
select HAVE_PERF_EVENTS
18-
select HAVE_GENERIC_HARDIRQS
1918
# GENERIC_ALLOCATOR is used by dma_alloc_coherent()
2019
select GENERIC_ALLOCATOR
2120
select GENERIC_IRQ_SHOW

arch/ia64/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ config IA64
2121
select HAVE_KVM
2222
select HAVE_ARCH_TRACEHOOK
2323
select HAVE_DMA_API_DEBUG
24-
select HAVE_GENERIC_HARDIRQS
2524
select HAVE_MEMBLOCK
2625
select HAVE_MEMBLOCK_NODE_MAP
2726
select HAVE_VIRT_CPU_ACCOUNTING

arch/m32r/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ config M32R
99
select HAVE_KERNEL_LZMA
1010
select ARCH_WANT_IPC_PARSE_VERSION
1111
select HAVE_DEBUG_BUGVERBOSE
12-
select HAVE_GENERIC_HARDIRQS
1312
select VIRT_TO_BUS
1413
select GENERIC_IRQ_PROBE
1514
select GENERIC_IRQ_SHOW

arch/m68k/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ config M68K
44
select HAVE_IDE
55
select HAVE_AOUT if MMU
66
select HAVE_DEBUG_BUGVERBOSE
7-
select HAVE_GENERIC_HARDIRQS
87
select GENERIC_IRQ_SHOW
98
select GENERIC_ATOMIC64
109
select HAVE_UID16

arch/metag/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ config METAG
1313
select HAVE_FTRACE_MCOUNT_RECORD
1414
select HAVE_FUNCTION_TRACER
1515
select HAVE_FUNCTION_TRACE_MCOUNT_TEST
16-
select HAVE_GENERIC_HARDIRQS
1716
select HAVE_KERNEL_BZIP2
1817
select HAVE_KERNEL_GZIP
1918
select HAVE_KERNEL_LZO

arch/microblaze/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ config MICROBLAZE
1818
select ARCH_WANT_IPC_PARSE_VERSION
1919
select HAVE_DEBUG_KMEMLEAK
2020
select IRQ_DOMAIN
21-
select HAVE_GENERIC_HARDIRQS
2221
select VIRT_TO_BUS
2322
select GENERIC_IRQ_PROBE
2423
select GENERIC_IRQ_SHOW

arch/mips/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ config MIPS
2525
select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
2626
select HAVE_DMA_ATTRS
2727
select HAVE_DMA_API_DEBUG
28-
select HAVE_GENERIC_HARDIRQS
2928
select GENERIC_IRQ_PROBE
3029
select GENERIC_IRQ_SHOW
3130
select GENERIC_PCI_IOMAP

arch/mn10300/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
config MN10300
22
def_bool y
33
select HAVE_OPROFILE
4-
select HAVE_GENERIC_HARDIRQS
54
select GENERIC_IRQ_SHOW
65
select ARCH_WANT_IPC_PARSE_VERSION
76
select HAVE_ARCH_TRACEHOOK

arch/openrisc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ config OPENRISC
1111
select HAVE_MEMBLOCK
1212
select ARCH_REQUIRE_GPIOLIB
1313
select HAVE_ARCH_TRACEHOOK
14-
select HAVE_GENERIC_HARDIRQS
1514
select GENERIC_IRQ_CHIP
1615
select GENERIC_IRQ_PROBE
1716
select GENERIC_IRQ_SHOW

arch/parisc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ config PARISC
1414
select HAVE_PERF_EVENTS
1515
select GENERIC_ATOMIC64 if !64BIT
1616
select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
17-
select HAVE_GENERIC_HARDIRQS
1817
select BROKEN_RODATA
1918
select GENERIC_IRQ_PROBE
2019
select GENERIC_PCI_IOMAP

arch/powerpc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ config PPC
114114
select HAVE_PERF_EVENTS
115115
select HAVE_REGS_AND_STACK_ACCESS_API
116116
select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64
117-
select HAVE_GENERIC_HARDIRQS
118117
select ARCH_WANT_IPC_PARSE_VERSION
119118
select SPARSE_IRQ
120119
select IRQ_DOMAIN

arch/s390/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ config S390
116116
select HAVE_FUNCTION_GRAPH_TRACER
117117
select HAVE_FUNCTION_TRACER
118118
select HAVE_FUNCTION_TRACE_MCOUNT_TEST
119-
select HAVE_GENERIC_HARDIRQS
120119
select HAVE_KERNEL_BZIP2
121120
select HAVE_KERNEL_GZIP
122121
select HAVE_KERNEL_LZ4

arch/score/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ menu "Machine selection"
22

33
config SCORE
44
def_bool y
5-
select HAVE_GENERIC_HARDIRQS
65
select GENERIC_IRQ_SHOW
76
select GENERIC_IOMAP
87
select GENERIC_ATOMIC64

arch/sh/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ config SUPERH
2626
select ARCH_WANT_IPC_PARSE_VERSION
2727
select HAVE_SYSCALL_TRACEPOINTS
2828
select HAVE_REGS_AND_STACK_ACCESS_API
29-
select HAVE_GENERIC_HARDIRQS
3029
select MAY_HAVE_SPARSE_IRQ
3130
select IRQ_FORCED_THREADING
3231
select RTC_LIB

arch/sparc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ config SPARC
2626
select HAVE_DMA_ATTRS
2727
select HAVE_DMA_API_DEBUG
2828
select HAVE_ARCH_JUMP_LABEL
29-
select HAVE_GENERIC_HARDIRQS
3029
select GENERIC_IRQ_SHOW
3130
select ARCH_WANT_IPC_PARSE_VERSION
3231
select USE_GENERIC_SMP_HELPERS if SMP

arch/tile/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ config TILE
1111
select USE_GENERIC_SMP_HELPERS
1212
select CC_OPTIMIZE_FOR_SIZE
1313
select HAVE_DEBUG_KMEMLEAK
14-
select HAVE_GENERIC_HARDIRQS
1514
select GENERIC_IRQ_PROBE
1615
select GENERIC_PENDING_IRQ if SMP
1716
select GENERIC_IRQ_SHOW

arch/um/Kconfig.common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ config DEFCONFIG_LIST
66
config UML
77
bool
88
default y
9-
select HAVE_GENERIC_HARDIRQS
109
select HAVE_UID16
1110
select GENERIC_IRQ_SHOW
1211
select GENERIC_CPU_DEVICES

arch/um/defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@ CONFIG_BSD_PROCESS_ACCT=y
129129
# CONFIG_FHANDLE is not set
130130
# CONFIG_TASKSTATS is not set
131131
# CONFIG_AUDIT is not set
132-
CONFIG_HAVE_GENERIC_HARDIRQS=y
133132

134133
#
135134
# IRQ subsystem
136135
#
137-
CONFIG_GENERIC_HARDIRQS=y
138136
CONFIG_GENERIC_IRQ_SHOW=y
139137

140138
#

arch/unicore32/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ config UNICORE32
22
def_bool y
33
select HAVE_MEMBLOCK
44
select HAVE_GENERIC_DMA_COHERENT
5-
select HAVE_GENERIC_HARDIRQS
65
select HAVE_DMA_ATTRS
76
select HAVE_KERNEL_GZIP
87
select HAVE_KERNEL_BZIP2

arch/x86/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ config X86
8282
select HAVE_USER_RETURN_NOTIFIER
8383
select ARCH_BINFMT_ELF_RANDOMIZE_PIE
8484
select HAVE_ARCH_JUMP_LABEL
85-
select HAVE_GENERIC_HARDIRQS
8685
select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
8786
select SPARSE_IRQ
8887
select GENERIC_FIND_FIRST_BIT

arch/xtensa/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ config XTENSA
77
select HAVE_IDE
88
select GENERIC_ATOMIC64
99
select GENERIC_CLOCKEVENTS
10-
select HAVE_GENERIC_HARDIRQS
1110
select VIRT_TO_BUS
1211
select GENERIC_IRQ_SHOW
1312
select GENERIC_CPU_DEVICES

arch/xtensa/configs/common_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ CONFIG_XTENSA=y
88
# CONFIG_UID16 is not set
99
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
1010
CONFIG_HAVE_DEC_LOCK=y
11-
CONFIG_GENERIC_HARDIRQS=y
1211

1312
#
1413
# Code maturity level options

arch/xtensa/configs/iss_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_XTENSA=y
99
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
1010
CONFIG_GENERIC_FIND_NEXT_BIT=y
1111
CONFIG_GENERIC_HWEIGHT=y
12-
CONFIG_GENERIC_HARDIRQS=y
1312
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
1413
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
1514
CONFIG_NO_IOPORT=y

arch/xtensa/configs/s6105_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_XTENSA=y
99
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
1010
CONFIG_GENERIC_FIND_NEXT_BIT=y
1111
CONFIG_GENERIC_HWEIGHT=y
12-
CONFIG_GENERIC_HARDIRQS=y
1312
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
1413
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
1514
CONFIG_NO_IOPORT=y

drivers/block/mtip32xx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
config BLK_DEV_PCIESSD_MTIP32XX
66
tristate "Block Device Driver for Micron PCIe SSDs"
7-
depends on PCI && GENERIC_HARDIRQS
7+
depends on PCI
88
help
99
This enables the block driver for Micron PCIe SSDs.

drivers/char/random.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@
255255
#include <linux/fips.h>
256256
#include <linux/ptrace.h>
257257
#include <linux/kmemcheck.h>
258-
259-
#ifdef CONFIG_GENERIC_HARDIRQS
260-
# include <linux/irq.h>
261-
#endif
258+
#include <linux/irq.h>
262259

263260
#include <asm/processor.h>
264261
#include <asm/uaccess.h>

drivers/dma/dw/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
config DW_DMAC_CORE
66
tristate "Synopsys DesignWare AHB DMA support"
7-
depends on GENERIC_HARDIRQS
87
select DMA_ENGINE
98

109
config DW_DMAC

drivers/gpio/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ config GPIO_ICH
322322

323323
config GPIO_VX855
324324
tristate "VIA VX855/VX875 GPIO"
325-
depends on PCI && GENERIC_HARDIRQS
325+
depends on PCI
326326
select MFD_CORE
327327
select MFD_VX855
328328
help
@@ -396,7 +396,7 @@ config GPIO_MAX732X
396396

397397
config GPIO_MAX732X_IRQ
398398
bool "Interrupt controller support for MAX732x"
399-
depends on GPIO_MAX732X=y && GENERIC_HARDIRQS
399+
depends on GPIO_MAX732X=y
400400
help
401401
Say yes here to enable the max732x to be used as an interrupt
402402
controller. It requires the driver to be built in the kernel.
@@ -661,7 +661,7 @@ config GPIO_TIMBERDALE
661661

662662
config GPIO_RDC321X
663663
tristate "RDC R-321x GPIO support"
664-
depends on PCI && GENERIC_HARDIRQS
664+
depends on PCI
665665
select MFD_CORE
666666
select MFD_RDC321X
667667
help

drivers/hid/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ config HID_ZYDACRON
773773

774774
config HID_SENSOR_HUB
775775
tristate "HID Sensors framework support"
776-
depends on HID && GENERIC_HARDIRQS
776+
depends on HID
777777
select MFD_CORE
778778
default n
779779
---help---

drivers/i2c/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ config I2C_HELPER_AUTO
7575

7676
config I2C_SMBUS
7777
tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
78-
depends on GENERIC_HARDIRQS
7978
help
8079
Say Y here if you want support for SMBus extensions to the I2C
8180
specification. At the moment, the only supported extension is

drivers/i2c/busses/Kconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ config I2C_I801
115115

116116
config I2C_ISCH
117117
tristate "Intel SCH SMBus 1.0"
118-
depends on PCI && GENERIC_HARDIRQS
118+
depends on PCI
119119
select LPC_SCH
120120
help
121121
Say Y here if you want to use SMBus controller on the Intel SCH
@@ -546,7 +546,6 @@ config I2C_NUC900
546546

547547
config I2C_OCORES
548548
tristate "OpenCores I2C Controller"
549-
depends on GENERIC_HARDIRQS
550549
help
551550
If you say yes to this option, support will be included for the
552551
OpenCores I2C controller. For details see
@@ -791,7 +790,7 @@ config I2C_DIOLAN_U2C
791790

792791
config I2C_PARPORT
793792
tristate "Parallel port adapter"
794-
depends on PARPORT && GENERIC_HARDIRQS
793+
depends on PARPORT
795794
select I2C_ALGOBIT
796795
select I2C_SMBUS
797796
help
@@ -816,7 +815,6 @@ config I2C_PARPORT
816815

817816
config I2C_PARPORT_LIGHT
818817
tristate "Parallel port adapter (light)"
819-
depends on GENERIC_HARDIRQS
820818
select I2C_ALGOBIT
821819
select I2C_SMBUS
822820
help

drivers/iio/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
menuconfig IIO
66
tristate "Industrial I/O support"
7-
depends on GENERIC_HARDIRQS
87
help
98
The industrial I/O subsystem provides a unified framework for
109
drivers for many different types of embedded sensors using a

drivers/infiniband/hw/qib/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config INFINIBAND_QIB
88

99
config INFINIBAND_QIB_DCA
1010
bool "QIB DCA support"
11-
depends on INFINIBAND_QIB && DCA && SMP && GENERIC_HARDIRQS && !(INFINIBAND_QIB=y && DCA=m)
11+
depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
1212
default y
1313
---help---
1414
Setting this enables DCA support on some Intel chip sets

0 commit comments

Comments
 (0)