File tree Expand file tree Collapse file tree 9 files changed +0
-13
lines changed Expand file tree Collapse file tree 9 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,6 @@ config ARCH_NETX
441
441
config ARCH_IOP13XX
442
442
bool "IOP13xx-based"
443
443
depends on MMU
444
- select ARCH_SUPPORTS_MSI
445
444
select CPU_XSC3
446
445
select NEED_MACH_MEMORY_H
447
446
select NEED_RET_TO_USER
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ config IA64
9
9
select PCI if (!IA64_HP_SIM)
10
10
select ACPI if (!IA64_HP_SIM)
11
11
select PM if (!IA64_HP_SIM)
12
- select ARCH_SUPPORTS_MSI
13
12
select HAVE_UNSTABLE_SCHED_CLOCK
14
13
select HAVE_IDE
15
14
select HAVE_OPROFILE
Original file line number Diff line number Diff line change @@ -726,7 +726,6 @@ config CAVIUM_OCTEON_SOC
726
726
select SYS_HAS_CPU_CAVIUM_OCTEON
727
727
select SWAP_IO_SPACE
728
728
select HW_HAS_PCI
729
- select ARCH_SUPPORTS_MSI
730
729
select ZONE_DMA32
731
730
select USB_ARCH_HAS_OHCI
732
731
select USB_ARCH_HAS_EHCI
@@ -762,7 +761,6 @@ config NLM_XLR_BOARD
762
761
select CEVT_R4K
763
762
select CSRC_R4K
764
763
select IRQ_CPU
765
- select ARCH_SUPPORTS_MSI
766
764
select ZONE_DMA32 if 64BIT
767
765
select SYNC_R4K
768
766
select SYS_HAS_EARLY_PRINTK
Original file line number Diff line number Diff line change @@ -727,7 +727,6 @@ config PCI
727
727
default y if !40x && !CPM2 && !8xx && !PPC_83xx \
728
728
&& !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON
729
729
default PCI_QSPAN if !4xx && !CPM2 && 8xx
730
- select ARCH_SUPPORTS_MSI
731
730
select GENERIC_PCI_IOMAP
732
731
help
733
732
Find out whether your system includes a PCI bus. PCI is the name of
Original file line number Diff line number Diff line change @@ -428,7 +428,6 @@ menuconfig PCI
428
428
bool "PCI support"
429
429
default n
430
430
depends on 64BIT
431
- select ARCH_SUPPORTS_MSI
432
431
select PCI_MSI
433
432
help
434
433
Enable PCI support.
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ config SPARC32
52
52
53
53
config SPARC64
54
54
def_bool 64BIT
55
- select ARCH_SUPPORTS_MSI
56
55
select HAVE_FUNCTION_TRACER
57
56
select HAVE_FUNCTION_GRAPH_TRACER
58
57
select HAVE_FUNCTION_GRAPH_FP_TEST
Original file line number Diff line number Diff line change @@ -380,7 +380,6 @@ config PCI
380
380
select PCI_DOMAINS
381
381
select GENERIC_PCI_IOMAP
382
382
select TILE_GXIO_TRIO if TILEGX
383
- select ARCH_SUPPORTS_MSI if TILEGX
384
383
select PCI_MSI if TILEGX
385
384
---help---
386
385
Enable PCI root complex support, so PCIe endpoint devices can
Original file line number Diff line number Diff line change @@ -2014,7 +2014,6 @@ menu "Bus options (PCI etc.)"
2014
2014
config PCI
2015
2015
bool "PCI support"
2016
2016
default y
2017
- select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC)
2018
2017
---help---
2019
2018
Find out whether you have a PCI motherboard. PCI is the name of a
2020
2019
bus system, i.e. the way the CPU talks to the other stuff inside
Original file line number Diff line number Diff line change 1
1
#
2
2
# PCI configuration
3
3
#
4
- config ARCH_SUPPORTS_MSI
5
- bool
6
-
7
4
config PCI_MSI
8
5
bool "Message Signaled Interrupts (MSI and MSI-X)"
9
6
depends on PCI
10
- depends on ARCH_SUPPORTS_MSI
11
7
help
12
8
This allows device drivers to enable MSI (Message Signaled
13
9
Interrupts). Message Signaled Interrupts enable a device to
You can’t perform that action at this time.
0 commit comments